From patchwork Mon Jun 25 19:01:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 1838 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 82A156095C for ; Mon, 25 Jun 2018 11:01:57 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [127.0.0.1]) by mail01.ipfire.org (Postfix) with ESMTP id 3705811490CC; Mon, 25 Jun 2018 10:01:57 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1529917317; 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=JOClUh0FUBMXUGOr4XT45gzEdjmBQtx96i4a7dprj4M=; b=pnnvkyg0dtgWHfeRDgHtb9lDs2EmCEFKSvzymLr/zNunsd8jEuGygc6rdt2Uy6WPZAVHOE 9+feNiphNgv3CroVqA06IV/UlempibGx/v0FwNly+mf3YqaeUZiC6aovEaaJI9riRZsSLr 355WdlZdCFAYp7AuAkP+rz3q5DLCgVu9Yy8XJNsPQl9G2SKSfmtjCtP9r59WiGMn66Kl5B vN72r3ou3l9RhgJLoUUHNvT0ldgzFO3Jlup0nW+1ko/KOt/EL6pERTFLAEeXzIDF5wZNWx vbczCfmoKJC0iw3NfusYHpU37MFp/hqXU8VIy7tB0Kqxi9WrLWM1rDu3/HBEgQ== Received: from bockland.local.familyschlag (fw-1.cvjm.hk-net.de [95.129.212.34]) (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 E40541136E36; Mon, 25 Jun 2018 10:01:54 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1529917315; 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=JOClUh0FUBMXUGOr4XT45gzEdjmBQtx96i4a7dprj4M=; b=PTLHr6jGup55uPcJKOE9rPWCIe1YHF+CS3Ap9RQZaVSnxwTkym3GHh4RRgyDzwx4sz5fK7 FlnLivenMNF3zGTA71GM1/nlrFOHo4sHK1UgJ4+EIAM6H8n54Y974I65ID4CrS3oSlQj/G tVFxCA1cczkgQ1qKAnFv0sxkigNh74SwI/47GOpIHlsIdvY3Gj0k+FaZSq/jYYY874DS/X HH0MNXN9cgw0gJ0x3WPIIE78+cGdAgyhO/8n2epsk7OZhszIUksUnNNj+YuSEnL5G4Jdir hFL0d2UMP1t461l2BBjigbwmb7CxloMXfXfcmV7WIhJ7jbuTIAGT7AX4Tjpp3w== From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 1/3] Adapt nitsi command line to new syntax Date: Mon, 25 Jun 2018 11:01:41 +0200 Message-Id: <20180625090143.31218-1-jonatan.schlag@ipfire.org> X-Mailer: git-send-email 2.11.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=jschlag smtp.mailfrom=jonatan.schlag@ipfire.org X-Spamd-Result: default: False [-2.10 / 11.00]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; BAYES_HAM(-3.00)[100.00%]; ARC_NA(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MIME_GOOD(-0.10)[text/plain]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; ASN(0.00)[asn:44700, ipnet:95.129.208.0/21, country:DE]; FROM_HAS_DN(0.00)[] X-Spam-Status: No, score=-2.10 X-Rspamd-Server: mail01.i.ipfire.org 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" Nitsi is now using subparsers so we have to add 'run-test' to the command line. Signed-off-by: Jonatan Schlag --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8139399..f11c721 100644 --- a/Makefile.am +++ b/Makefile.am @@ -601,7 +601,7 @@ NITSI_ENVIRONMENT = .PHONY: $(NITSI_TESTS) $(NITSI_TESTS): % : %/recipe %/settings $(VIRTUAL_ENVIRONMENT_FILES) $(VIRTUAL_ENVIRONMENT_IMAGES) - $(AM_V_NITSI) $(NITSI_ENVIRONMENT) $(NITSI) --log-level error -d $@ + $(AM_V_NITSI) $(NITSI_ENVIRONMENT) $(NITSI) --log-level error run-test -d $@ .PHONY: nitsi nitsi: dist $(NITSI_TESTS)