Changeset 279 for trunk/test
- Timestamp:
- Apr 30, 2010, 11:55:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/testcompile.sh
r257 r279 378 378 fi 379 379 # 380 [ -z "${SMATCH}" ] || { CC="${SAVE_CC}"; export CC; SMATCH=""; export SMATCH; } 381 # 380 382 ${TOP_SRCDIR}/configure --quiet --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$PW_DIR/samhainrc.test --enable-process-check --enable-port-check --enable-static > /dev/null 2>> test_log 381 383 # … … 386 388 let "num = num + 1" >/dev/null 387 389 run_uno $? $num || let "numfail = numfail + 1" >/dev/null 388 390 # 391 [ -z "${SMATCH_CC}" ] || { CC="${SMATCH_CC}"; export CC; SMATCH="${SAVE_SMATCH}"; export SMATCH; } 389 392 # 390 393 # test standalone compilation
Note:
See TracChangeset
for help on using the changeset viewer.