diff --git a/regress_daemon.sh b/regress_daemon.sh index b324d249..5423b028 100755 --- a/regress_daemon.sh +++ b/regress_daemon.sh @@ -1,3 +1,4 @@ +#!/bin/bash #Check out a copy of the repository: #cd ~ #git clone gitosis@mada0.cse.ucsc.edu:openram.git unit_test @@ -6,9 +7,8 @@ #Add a command like this to the crontab to call the regression script # m h dom mon dow user command #0 0,12 * * * /mada/users/wubin6666/unit_test/trunk/regress_daemon.sh -!/bin/bash source /mada/software/setup.sh -export OPENRAM_HOME="/soe/mrg/unit_test/trunk/compiler" -export OPENRAM_TECH="/soe/mrg/unit_test/trunk/technology" -python ${HOME}/unit_test/trunk/regress_daemon.py -t freepdk45 -python ${HOME}/unit_test/trunk/regress_daemon.py -t scn3me_subm +export OPENRAM_HOME="/soe/mrg/unit_test/compiler" +export OPENRAM_TECH="/soe/mrg/unit_test/technology" +python ${HOME}/unit_test/regress_daemon.py -t freepdk45 +python ${HOME}/unit_test/regress_daemon.py -t scn3me_subm