From: Jonatan Schlag Date: Mon, 4 Jun 2018 09:57:31 +0000 (+0200) Subject: Fix test hello-world X-Git-Tag: 010~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5dc4b726999e3727bcb080836bb9f2da468a8f8;p=people%2Fms%2Fnetwork.git Fix test hello-world In the moment a single all statement is not supported by nitsi. Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- diff --git a/test/nitsi/test/hello-world/recipe b/test/nitsi/test/hello-world/recipe index 6312787e..fc83edea 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"