source: trunk/test/testrun_1a.sh@ 19

Last change on this file since 19 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
Line 
1#! /bin/sh
2
3BUILDOPTS="--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"
4export BUILDOPTS
5
6testrun1a ()
7{
8 log_start "RUN STANDALONE W/STEALTH"
9 testrun_internal
10 log_end "RUN STANDALONE W/STEALTH"
11 return 0
12}
13
Note: See TracBrowser for help on using the repository browser.