From e3e44ab66848fc8052364f19d06b99124ac2e9f9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 16 Sep 2018 09:16:21 +0100 Subject: [PATCH] nitsi: Automatically drop to a shell in case a test fails Signed-off-by: Michael Tremer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f5d28085..144dddc8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -627,7 +627,7 @@ NITSI_ENVIRONMENT = .PHONY: $(NITSI_TESTS) $(NITSI_TESTS): % : %/recipe %/settings test/nitsi/test/settings $(VIRTUAL_ENVIRONMENT_FILES) $(VIRTUAL_ENVIRONMENT_IMAGES) $(NITSI_INCLUDE_RECIPES) $(AM_V_NITSI) $(NITSI_ENVIRONMENT) $(NITSI) --log-level error run-test -d $@ \ - --default-settings $(abs_builddir)/test/nitsi/test/settings + --default-settings $(abs_builddir)/test/nitsi/test/settings --interactive-error-handling .PHONY: nitsi nitsi: dist $(NITSI_TESTS) -- 2.47.2