HACK!!!! _FAIL_IMMEDIATELY=1
authorStefan Metzmacher <metze@samba.org>
Wed, 13 Dec 2017 22:46:57 +0000 (23:46 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 5 Feb 2018 12:47:35 +0000 (13:47 +0100)
script/autobuild.py

index 40bace59ccb954d7544031cb0734195594c4e198..3feca8abfead352fd9739bb17c7892f5c3dda3b7 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") ],