summaryrefslogtreecommitdiff
path: root/source4/selftest/test_s3upgrade.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-10-25 22:20:52 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:36 +0100
commitdc8ece0e26f49618232a78c1d2c4d97454633bde (patch)
tree680470dd70cc31a09271de646003dece53cb0bdf /source4/selftest/test_s3upgrade.sh
parent3f073b4c6bfcd7e44fc3dd561874790200bd4d12 (diff)
downloadsamba-dc8ece0e26f49618232a78c1d2c4d97454633bde.tar.gz
samba-dc8ece0e26f49618232a78c1d2c4d97454633bde.tar.bz2
samba-dc8ece0e26f49618232a78c1d2c4d97454633bde.zip
r25737: Integrate more of the test recipe code into one file, use
different mechanism for determining the quicktest list. Quicktest is a bit verbose now (reports all the tests not run as SKIP:) (This used to be commit e99e9c167f49c5f8762c7ad16b10ff4aab98091e)
Diffstat (limited to 'source4/selftest/test_s3upgrade.sh')
-rwxr-xr-xsource4/selftest/test_s3upgrade.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/source4/selftest/test_s3upgrade.sh b/source4/selftest/test_s3upgrade.sh
deleted file mode 100755
index 692199acda..0000000000
--- a/source4/selftest/test_s3upgrade.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-PREFIX=$1
-
-if [ -z "$PREFIX" ]
-then
- echo "Usage: test_s3upgrade.sh <prefix>"
- exit 1
-fi
-
-mkdir -p $PREFIX
-rm -f $PREFIX/*
-
-incdir=`dirname $0`
-. $incdir/test_functions.sh
-
-SCRIPTDIR=$samba4srcdir/../testprogs/ejs
-DATADIR=$samba4srcdir/../testdata
-
-plantest "parse samba3" none $samba4bindir/smbscript $DATADIR/samba3/verify $CONFIGURATION $DATADIR/samba3
-#plantest "upgrade" none $samba4bindir/smbscript setup/upgrade $CONFIGURATION --verify --targetdir=$PREFIX ../testdata/samba3 ../testdata/samba3/smb.conf