]> git.ipfire.org Git - network.git/commitdiff
Adapt nitsi command line to new syntax
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Mon, 25 Jun 2018 09:01:41 +0000 (11:01 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Jun 2018 09:25:37 +0000 (10:25 +0100)
Nitsi is now using subparsers so we have to add 'run-test' to the
command line.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index 81393999cbc6148e56f3fdfe75d937a97794ac32..f11c721bb8a5b5dd884aa0aae9b206202e266d71 100644 (file)
@@ -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)