From feee1de56fbb098bb2941ba0e8635194ba3e0004 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Sun, 7 Aug 2016 13:53:56 -0700 Subject: [PATCH] run runtest.py in mac os x (#356) --- test/travis-ci/base_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/travis-ci/base_test.sh b/test/travis-ci/base_test.sh index 14fd9e50e..7ad617295 100755 --- a/test/travis-ci/base_test.sh +++ b/test/travis-ci/base_test.sh @@ -7,7 +7,7 @@ else # Mac OS X test source setup-env.sh pushd test - runtest.py + python runtest.py python array_test.py python microbenchmarks.py popd