Changeset 2 for trunk/scripts/nightly_run_tsuite.pl
- Timestamp:
- 11/20/05 20:25:43 (3 years ago)
- Files:
-
- 1 modified
-
trunk/scripts/nightly_run_tsuite.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/nightly_run_tsuite.pl
r1 r2 51 51 { 52 52 # for sparc 53 $exe = "/homes/home37/feng/cloudy/ current/sparc/cloudy_sparc.exe";53 $exe = "/homes/home37/feng/cloudy/trunk/sparc/cloudy_sparc.exe"; 54 54 } 55 55 elsif (/alpha/) 56 56 { 57 57 # for alpha 58 $exe = "/homes/home37/feng/cloudy/ current/alpha/cloudy_alpha.exe";58 $exe = "/homes/home37/feng/cloudy/trunk/alpha/cloudy_alpha.exe"; 59 59 } 60 60 elsif (/Linux/) … … 78 78 # $in_dir = "$c:/projects/cloudy/tsuite/short/"; 79 79 # $out_dir = "$c:/projects/cloudy/tsuite/short/"; 80 $script_dir = "$c:/projects/cloudy/ current/scripts/";81 $in_dir = "$c:/projects/cloudy/ current/tsuite/auto/";82 $out_dir = "$c:/projects/cloudy/ current/tsuite/auto/";80 $script_dir = "$c:/projects/cloudy/trunk/scripts/"; 81 $in_dir = "$c:/projects/cloudy/trunk/tsuite/auto/"; 82 $out_dir = "$c:/projects/cloudy/trunk/tsuite/auto/"; 83 83 84 84 # the exe file name for the fast (release) version - faster but no asserts 85 $exe = "$c:/projects/cloudy/ current/release/current.exe";85 $exe = "$c:/projects/cloudy/trunk/release/current.exe"; 86 86 # the exe file name for the debug version - this has asserts and is safer 87 87 $exe = "$c:/projects/Cloudy/current_net/Debug/current_net.exe"; 88 $exe = "$c:\\projects\\Cloudy\\ current\\current_net\\Debug\\current_net.exe";89 $exe = "$c:/projects/cloudy/ current/debug/current.exe";90 91 # $source = "$c:/projects/cloudy/ current/source/";88 $exe = "$c:\\projects\\Cloudy\\trunk\\current_net\\Debug\\current_net.exe"; 89 $exe = "$c:/projects/cloudy/trunk/debug/current.exe"; 90 91 # $source = "$c:/projects/cloudy/trunk/source/"; 92 92 # the "current" project directory 93 $current= "$c:/projects/cloudy/ current/";94 # $data = "c:/projects/cloudy/ current/data/";93 $current= "$c:/projects/cloudy/trunk/"; 94 # $data = "c:/projects/cloudy/trunk/data/"; 95 95 96 96 if(/Windows_NT/ || /NIMBUS/ || /LENTICULAR/ || /NUMBUS/ ) … … 144 144 145 145 # copy exec here so that scripts that follow an use it 146 system("copy c:\\projects\\cloudy\\ current\\debug\\current.exe . ");146 system("copy c:\\projects\\cloudy\\trunk\\debug\\current.exe . "); 147 147 148 148
