Changeset 2209 for box/trunk/infrastructure
- Timestamp:
- 03/08/2008 07:57:27 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/infrastructure/makebuildenv.pl.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/makebuildenv.pl.in
r2202 r2209 409 409 print TESTFILE "#!/bin/sh\necho TEST: $module\n"; 410 410 411 if(-d "$module/testfiles") 411 if (-d "$module/testfiles") 412 { 413 if ($target_windows) 414 { 415 print TESTFILE <<__E; 416 echo Killing any running daemons... 417 test -r testfiles/bbackupd.pid && /bin/kill -f `cat testfiles/bbackupd.pid` 418 test -r testfiles/bbstored.pid && /bin/kill -f `cat testfiles/bbstored.pid` 419 __E 420 } 421 else 412 422 { 413 423 print TESTFILE <<__E; … … 415 425 test -r testfiles/bbackupd.pid && kill `cat testfiles/bbackupd.pid` 416 426 test -r testfiles/bbstored.pid && kill `cat testfiles/bbstored.pid` 417 427 __E 428 } 429 430 431 print TESTFILE <<__E; 418 432 echo Removing old test files... 419 433 chmod -R a+rwx testfiles
Note: See TracChangeset
for help on using the changeset viewer.
