HACK _FAIL_IMMEDIATELY=1
authorStefan Metzmacher <metze@samba.org>
Tue, 20 Jun 2017 08:23:25 +0000 (10:23 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 16 Aug 2017 20:22:51 +0000 (22:22 +0200)
script/autobuild.py

index a4ad5441c51e4a53ac5450ffef7e70c0eefdecb1..acd69434eaca6efe00af8e797f5310aae9aa1c48 100755 (executable)
@@ -76,7 +76,7 @@ tasks = {
     # We have 'test' before 'install' because, 'test' should work without 'install'
     "samba" : [ ("configure", "./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"),
                 ("make", "make -j", "text/plain"),
-                ("test", "make test FAIL_IMMEDIATELY=1", "text/plain"),
+                ("test", "make test _FAIL_IMMEDIATELY=1", "text/plain"),
                 ("install", "make install", "text/plain"),
                 ("check-clean-tree", "script/clean-source-tree.sh", "text/plain"),
                 ("clean", "make clean", "text/plain") ],