From: Michael Tremer Date: Sun, 16 Sep 2018 08:16:21 +0000 (+0100) Subject: nitsi: Automatically drop to a shell in case a test fails X-Git-Tag: 010~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3e44ab66848fc8052364f19d06b99124ac2e9f9;p=network.git nitsi: Automatically drop to a shell in case a test fails Signed-off-by: Michael Tremer --- 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)