In the moment a single all statement is not supported by nitsi.
Signed-off-by: Jonatan Schlag jonatan.schlag@ipfire.org --- 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"