summaryrefslogtreecommitdiff
path: root/source4/torture/tests
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-12-27 14:16:19 +0100
committerStefan Metzmacher <metze@samba.org>2010-12-27 15:37:56 +0100
commit01a1a71b55a21c7bc68d3713f5cc45e278f0d9e7 (patch)
tree5d39a86b7e7a49e88e816c70871a9eaf77c7a5ec /source4/torture/tests
parentd0cbbee2dd5f4857d24d7ef2c01087e35b09dc26 (diff)
downloadsamba-01a1a71b55a21c7bc68d3713f5cc45e278f0d9e7.tar.gz
s4:selftest: specify the gentest_seeds.dat location
metze
Diffstat (limited to 'source4/torture/tests')
-rwxr-xr-xsource4/torture/tests/test_gentest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/tests/test_gentest.sh b/source4/torture/tests/test_gentest.sh
index 5aea91ec138..b85636b2f74 100755
--- a/source4/torture/tests/test_gentest.sh
+++ b/source4/torture/tests/test_gentest.sh
@@ -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