From 4ec13c0f8bc62fb6047980b95e753216030b5054 Mon Sep 17 00:00:00 2001 From: hagbard Date: Wed, 30 Jan 2019 15:27:28 -0800 Subject: 959d96ceb38080748b6d195031a8013eb4a67f3b breaks ci builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 565964dec..dd3d2d00f 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ clean: .PHONY: test test: - PYTHONPATH=python/ python3 -m "nose" --exe --with-xunit src --with-coverage --cover-erase --cover-xml --cover-package --cover-html src/conf_mode,src/op_mode,src/completion,src/helpers,src/validators,src/tests --verbose + PYTHONPATH=python/ python3 -m "nose" --with-xunit src --with-coverage --cover-erase --cover-xml --cover-package src/conf_mode,src/op_mode,src/completion,src/helpers,src/validators,src/tests --verbose .PHONY: sonar sonar: -- cgit v1.2.3