diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-04-02 12:52:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:52 -0500 |
commit | 186f442f4cd4a8434c4e2d4e2c0de97b855c5586 (patch) | |
tree | 03cd5ac04592bcc5282672af103c73b63eb658c8 /source3/script/tests/selftest.sh | |
parent | a7d4912fcf7b7071eb3013b4b774512e5aa5d75a (diff) | |
download | samba-186f442f4cd4a8434c4e2d4e2c0de97b855c5586.tar.gz samba-186f442f4cd4a8434c4e2d4e2c0de97b855c5586.tar.bz2 samba-186f442f4cd4a8434c4e2d4e2c0de97b855c5586.zip |
r14865: - enforce timelimits for the tests
- and skip some long tests for now
metze
(This used to be commit 1d52ae786d400441d9f5b30b4fa9e4e8ff64f7e4)
Diffstat (limited to 'source3/script/tests/selftest.sh')
-rwxr-xr-x | source3/script/tests/selftest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index c61cf76380..6a6eef70fd 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -21,6 +21,7 @@ cd $OLD_PWD if [ -z "$TORTURE_MAXTIME" ]; then TORTURE_MAXTIME=300 fi +export TORTURE_MAXTIME ## ## setup the various environment variables we need |