branch: externals/ruby-end
commit 71b183a2740b59130e894e35297ed1ca2b249be1
Author: Johan Andersson <johan.rej...@gmail.com>
Commit: Johan Andersson <johan.rej...@gmail.com>

    Run Ecukes tests in no win mode.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4fef5a1d77..6655f8b719 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,6 @@ all: test
 test: ecukes
 
 ecukes:
-       $(CASK) exec ecukes
+       $(CASK) exec ecukes --no-win
 
 .PHONY: ecukes test all

Reply via email to