mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s4:selftest: specify the gentest_seeds.dat location
metze
This commit is contained in:
parent
d0cbbee2dd
commit
01a1a71b55
@ -28,7 +28,7 @@ all_info.out.fname
|
||||
internal_information.out.file_id
|
||||
EOF
|
||||
|
||||
testit "gentest" $VALGRIND $gentest //$SERVER/test1 //$SERVER/test2 --seed=1 --num-ops=100 --ignore=$PREFIX/gentest.ignore -W "$DOMAIN" -U"$USERNAME%$PASSWORD" -U"$USERNAME%$PASSWORD" $@ || failed=`expr $failed + 1`
|
||||
testit "gentest" $VALGRIND $gentest //$SERVER/test1 //$SERVER/test2 --seed=1 --seedsfile=$PREFIX/gentest_seeds.dat --num-ops=100 --ignore=$PREFIX/gentest.ignore -W "$DOMAIN" -U"$USERNAME%$PASSWORD" -U"$USERNAME%$PASSWORD" $@ || failed=`expr $failed + 1`
|
||||
|
||||
rm -f $PREFIX/gentest.ignore
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user