Changeset 147 for trunk/test


Ignore:
Timestamp:
Nov 26, 2007, 8:34:29 PM (17 years ago)
Author:
katerina
Message:

Fix regression in the seeding routine of the PRNG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testcompile.sh

    r145 r147  
    414414        # test standalone compilation
    415415        #
    416         TEST="${S}standalone w/o mail${E}"
    417         #
    418         if test -r "Makefile"; then
    419                 $MAKE clean
    420         fi
    421         #
    422         ${TOP_SRCDIR}/configure --quiet --disable-mail --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$PW_DIR/samhainrc.test > /dev/null 2>> test_log 
     416        TEST="${S}standalone w/o mail w/unix_rnd${E}"
     417        #
     418        if test -r "Makefile"; then
     419                $MAKE clean
     420        fi
     421        #
     422        ${TOP_SRCDIR}/configure --quiet --disable-mail --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$PW_DIR/samhainrc.test --with-rnd=unix > /dev/null 2>> test_log 
    423423        #
    424424        let "num = num + 1" >/dev/null
Note: See TracChangeset for help on using the changeset viewer.