From b5dc4b726999e3727bcb080836bb9f2da468a8f8 Mon Sep 17 00:00:00 2001 From: Jonatan Schlag Date: Mon, 4 Jun 2018 11:57:31 +0200 Subject: [PATCH] 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 --- 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" -- 2.47.3