From e469f04c39a5d962f7e7668f8da5dc4b3057dd59 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Thu, 16 May 2019 14:02:24 -0700 Subject: [PATCH] travis makefile fix --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 310f13ab..caa57211 100644 --- a/makefile +++ b/makefile @@ -51,7 +51,7 @@ test_server: test: python2.7 test/run.py -ws_test: all +ws_test: ws (cd ws ; env DEBUG=1 PATH=../ws/build:$$PATH bash test_ws.sh) # For the fork that is configured with appveyor