[1/3] Adapt nitsi command line to new syntax

Message ID 20180625090143.31218-1-jonatan.schlag@ipfire.org
State Accepted
Commit 449ae5ce962661766e246e7b5b4e5552ca0a960f
Headers
Series [1/3] Adapt nitsi command line to new syntax |

Commit Message

Jonatan Schlag June 25, 2018, 7:01 p.m. UTC
  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>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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)