Changeset 551 for trunk/test/testrun_2g.sh
- Timestamp:
- Oct 31, 2019, 10:05:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/testrun_2g.sh
r550 r551 509 509 # 510 510 cp samhain samhain.build || return 1 511 if test -f scripts/samhainadmin.pl 512 then 513 cp scripts/samhainadmin.pl scripts/xxx_samhainadmin.pl 514 fi 511 515 $MAKE clean >/dev/null || return 1 512 516 … … 548 552 549 553 mv samhain.build.new samhain.new || return 1 554 if test -f scripts/xxx_samhainadmin.pl 555 then 556 cp scripts/xxx_samhainadmin.pl scripts/samhainadmin.pl 557 fi 550 558 551 559 rm -f ./.samhain_log* … … 822 830 fi 823 831 832 if test -f scripts/xxx_samhainadmin.pl 833 then 834 rm -f scripts/xxx_samhainadmin.pl 835 fi 836 824 837 825 838 log_end "RUN CLIENT/SERVER CASE TWO"
Note:
See TracChangeset
for help on using the changeset viewer.