fix "test: =: unary operator expected" error as one of the vars could be empty?
[build-farm.git] / SerNet-Tru64.fns
index 914eac246c7e2550739af18b25992f57abdb51f6..629747d4a739e49504f0deb8980661435588dc57 100644 (file)
@@ -1,18 +1,8 @@
-per_run_hook
+compilers=cc
 
-global_lock
-
-compiler=cc
-
-MAXTIME=9000
-export MAXTIME
+MAXTIME=18000
 SMBD_MAXTIME=8500
-export SMBD_MAXTIME
-
-. common.fns
-test_tree lorikeet-heimdal . $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_4_0_test source $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_X_test source $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_X_devel source $compiler
+SAMBA_MAXTIME=8500
+export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
-global_unlock
+. generic.fns