Last change
on this file since 26 was 19, checked in by rainer, 19 years ago |
Rewrite of test suite, checksum for growing logs, fix for minor bug with dead client detection.
|
File size:
439 bytes
|
Rev | Line | |
---|
[1] | 1 | #! /bin/sh
|
---|
| 2 |
|
---|
[19] | 3 | BUILDOPTS="--quiet $TRUST --enable-debug --enable-xml-log --enable-micro-stealth=137 --enable-login-watch --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$RCFILE --with-log-file=$LOGFILE --with-pid-file=$PW_DIR/.samhain_lock --with-data-file=$PW_DIR/.samhain_file"
|
---|
| 4 | export BUILDOPTS
|
---|
[1] | 5 |
|
---|
[19] | 6 | testrun1a ()
|
---|
[1] | 7 | {
|
---|
[19] | 8 | log_start "RUN STANDALONE W/STEALTH"
|
---|
| 9 | testrun_internal
|
---|
| 10 | log_end "RUN STANDALONE W/STEALTH"
|
---|
| 11 | return 0
|
---|
[1] | 12 | }
|
---|
| 13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.