From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 1/3] Adapt nitsi command line to new syntax Date: Mon, 25 Jun 2018 11:01:41 +0200 Message-ID: <20180625090143.31218-1-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2421900909346627094==" List-Id: --===============2421900909346627094== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Nitsi is now using subparsers so we have to add 'run-test' to the command line. Signed-off-by: Jonatan Schlag --- 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 =3D =20 .PHONY: $(NITSI_TESTS) $(NITSI_TESTS): % : %/recipe %/settings $(VIRTUAL_ENVIRONMENT_FILES) $(VIRTU= AL_ENVIRONMENT_IMAGES) - $(AM_V_NITSI) $(NITSI_ENVIRONMENT) $(NITSI) --log-level error -d $@ + $(AM_V_NITSI) $(NITSI_ENVIRONMENT) $(NITSI) --log-level error run-test -d $@ =20 .PHONY: nitsi nitsi: dist $(NITSI_TESTS) --=20 2.11.0 --===============2421900909346627094==--