From patchwork Mon Jun 4 19:57:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 1794 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id 5E2EE60603 for ; Mon, 4 Jun 2018 11:57:39 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id E69F511332C8; Mon, 4 Jun 2018 10:57:38 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1528106259; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=I+vYU9hUL+/EvMLw2mD3YvA3NO0KLFginzjQSnR0MVM=; b=R5agBh0aechtYhRuteemmK3ufFC8ZmvqQW4pLEnKbWE74SNJ4/vf7MsQA+AyN81AJkchgR fc8/8d3Rz5WKPkrvrujOznlBAWR+9hSq2mBp8e3vF/rm9qdNbWC8x/RU0tluydRxYB/36L d8IozixjUvRDQrwvzw3faHs2LI8W1WO3C2jb2UphssKa89vJMKtxFgMoH/SqskmYCR+Tuy 3DKPa3P9EHbktOU+YAwPEcE9efv/uCww3JGAXTDXHqj4tU99kpUqh0AOYDrXkjysIx/ZyR HRnyme8DiCL8DRt+biGet4mK0P8WRgXQpYtrE6zkizzIuYwqwXOQU4zH48u8+g== Received: from bockland.local.familyschlag (unknown [10.172.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 9328810D19E3; Mon, 4 Jun 2018 10:57:37 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1528106257; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=I+vYU9hUL+/EvMLw2mD3YvA3NO0KLFginzjQSnR0MVM=; b=n+vqEyxjvsa080WUX/QJe/sIrxuGmjAr1JDJK5fi+66hagpr9SPrvhgLqpAo2+zOgrKXGh P1HWhaN+NZ9rZooHRPz9+mUR9zfsGoG/6fnYXaO6nFvRVu+LqZO30nqdbek/3H7WQjyrjL hMZaeLEVEgRzNxLqAPw4WDleRtPEl4KBOAhwxeZavHPr8Wo/ZVMRKqArys8QidoKjpUgQL YnFu6PE7ANqGKwwH5MJfmtjq0ldC0qghfag7jnSmw0ewG6PYsKrIv0m65L+qVAUDP7ymht xdgdFXuiSf6U4u2eo07qlHQcC4iC7EQ+W0vshViJIWHrA6U3Qe3TLuo64oxIZw== From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 1/4] Fix test hello-world Date: Mon, 4 Jun 2018 11:57:31 +0200 Message-Id: <20180604095734.1851-1-jonatan.schlag@ipfire.org> X-Mailer: git-send-email 2.11.0 X-BeenThere: network@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List for the network package List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: network-bounces@lists.ipfire.org Sender: "network" 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"