remove .fns file for removed host sunX
authorAndrew Bartlett <abartlet@samba.org>
Tue, 7 Jan 2014 00:51:40 +0000 (13:51 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 7 Jan 2014 00:52:06 +0000 (13:52 +1300)
sunX.fns [deleted file]

diff --git a/sunX.fns b/sunX.fns
deleted file mode 100644 (file)
index 0df5098..0000000
--- a/sunX.fns
+++ /dev/null
@@ -1,28 +0,0 @@
-per_run_hook
-
-global_lock
-
-MAXTIME=42200 # 12 hours
-TORTURE_MAXTIME=3600
-SMBD_MAXTIME=42200
-SAMBA_MAXTIME=42200
-export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
-CFLAGS="-g $CFLAGS"
-export CFLAGS
-
-compilers="cc gcc"
-for compiler in $compilers; do
-       #export config="--with-included-popt"
-       . common.fns
-       TDB_NO_FSYNC=1
-       export TDB_NO_FSYNC
-       test_tree samba_4_0_test . $compiler
-       TDB_NO_FSYNC=0
-       export TDB_NO_FSYNC
-
-       test_tree samba_3_current source3 $compiler
-       test_tree samba_3_next source3 $compiler
-
-done
-
-global_unlock