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

diff --git a/gwen.fns b/gwen.fns
deleted file mode 100644 (file)
index 1d4df12..0000000
--- a/gwen.fns
+++ /dev/null
@@ -1,17 +0,0 @@
-per_run_hook
-
-global_lock
-
-. install_python.fns
-compilers="gcc cc"
-
-for compiler in $compilers; do
-       . common.fns
-
-       test_tree samba_4_0_test . $compiler
-
-       test_tree samba_3_current source3 $compiler
-       test_tree samba_3_next source3 $compiler
-done
-
-global_unlock