public inbox for network@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Adapt nitsi command line to new syntax
@ 2018-06-25  9:01 Jonatan Schlag
  2018-06-25  9:01 ` [PATCH 2/3] Adapt settings file of nitsi tests " Jonatan Schlag
  2018-06-25  9:01 ` [PATCH 3/3] We need to change the path of the image in the settings file to Jonatan Schlag
  0 siblings, 2 replies; 3+ messages in thread
From: Jonatan Schlag @ 2018-06-25  9:01 UTC (permalink / raw)
  To: network

[-- Attachment #1: Type: text/plain, Size: 714 bytes --]

Nitsi is now using subparsers so we have to add 'run-test' to the
command line.

Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 8139399..f11c721 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -601,7 +601,7 @@ NITSI_ENVIRONMENT =
 
 .PHONY: $(NITSI_TESTS)
 $(NITSI_TESTS): % : %/recipe %/settings $(VIRTUAL_ENVIRONMENT_FILES) $(VIRTUAL_ENVIRONMENT_IMAGES)
-	$(AM_V_NITSI) $(NITSI_ENVIRONMENT) $(NITSI) --log-level error -d $@
+	$(AM_V_NITSI) $(NITSI_ENVIRONMENT) $(NITSI) --log-level error run-test -d $@
 
 .PHONY: nitsi
 nitsi: dist $(NITSI_TESTS)
-- 
2.11.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-25  9:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-25  9:01 [PATCH 1/3] Adapt nitsi command line to new syntax Jonatan Schlag
2018-06-25  9:01 ` [PATCH 2/3] Adapt settings file of nitsi tests " Jonatan Schlag
2018-06-25  9:01 ` [PATCH 3/3] We need to change the path of the image in the settings file to Jonatan Schlag

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox