summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-14 11:29:00 +0100
committerGünther Deschner <gd@samba.org>2011-02-15 12:09:22 +0100
commitc575d30a32092665d104a06a12139528730b1287 (patch)
treec4fb2fdd3c2981983e5e12e8acfa818749a69096 /source3/script
parent7312dacb6346ced62557ed2cc6a733907c7b3401 (diff)
downloadsamba-c575d30a32092665d104a06a12139528730b1287.tar.gz
samba-c575d30a32092665d104a06a12139528730b1287.tar.bz2
samba-c575d30a32092665d104a06a12139528730b1287.zip
s3-selftest: when skipping tests, use the selftest/skip file.
Guenther
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_posix_s3.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh
index 36c21dab23..8cdb1e26f4 100755
--- a/source3/script/tests/test_posix_s3.sh
+++ b/source3/script/tests/test_posix_s3.sh
@@ -71,14 +71,6 @@ if test "x$POSIX_SUBTESTS" != "x" ; then
tests="$POSIX_SUBTESTS"
fi
-skipped="base.charset base.tcondev"
-skipped="$skipped raw.acls raw.composite raw.context"
-skipped="$skipped raw.ioctl"
-skipped="$skipped raw.qfileinfo raw.qfsinfo"
-skipped="$skipped raw.sfileinfo.base"
-
-echo "WARNING: Skipping tests $skipped"
-
ADDARGS="$ADDARGS --option=torture:sharedelay=100000"
#ADDARGS="$ADDARGS --option=torture:writetimeupdatedelay=500000"
@@ -87,16 +79,6 @@ for t in $tests; do
if [ ! -z "$start" -a "$start" != $t ]; then
continue;
fi
- skip=0
- for s in $skipped; do
- if [ x"$s" = x"$t" ]; then
- skip=1;
- break;
- fi
- done
- if [ $skip = 1 ]; then
- continue;
- fi
start=""
name="$t"
if [ "$t" = "base.delaywrite" ]; then