From 9e8b8847900ea6d7087477ed62083b00f1c5d892 Mon Sep 17 00:00:00 2001 From: Alexis Campailla Date: Wed, 10 Jun 2015 16:43:38 +0200 Subject: [PATCH] test with out --arch=$(DESTCPU) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50ad131729fc..0c2198c89c0b 100644 --- a/Makefile +++ b/Makefile @@ -419,7 +419,7 @@ bench-idle: ./node benchmark/idle_clients.js & test-ci: - $(PYTHON) tools/test.py -ptap --logfile test.tap --mode=release --arch=$(DESTCPU) simple message internet + $(PYTHON) tools/test.py -ptap --logfile test.tap --mode=release simple message internet $(MAKE) jslint $(MAKE) cpplint