From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 1/4] Fix test hello-world Date: Mon, 04 Jun 2018 11:57:31 +0200 Message-ID: <20180604095734.1851-1-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2796784623152783597==" List-Id: --===============2796784623152783597== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable In the moment a single all statement is not supported by nitsi. Signed-off-by: Jonatan Schlag --- test/nitsi/test/hello-world/recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/nitsi/test/hello-world/recipe b/test/nitsi/test/hello-world= /recipe index 6312787..fc83ede 100644 --- a/test/nitsi/test/hello-world/recipe +++ b/test/nitsi/test/hello-world/recipe @@ -1 +1,2 @@ -all: echo "Hello World" +alice: echo "Hello World" +bob: echo "Hello World" --=20 2.11.0 --===============2796784623152783597==--