From 9cd25e548feeb85bd4bc87dae5bb591192ac6539 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 7 May 2019 15:31:02 +0200 Subject: [PATCH] Fix wrong arguments for mocha in runTests script --- runTests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runTests b/runTests index 7053bb6ca..d47f922ef 100755 --- a/runTests +++ b/runTests @@ -68,4 +68,4 @@ if [[ $# -gt 0 ]]; then TESTS="$*" fi -BOX_ENV=test ./node_modules/mocha/bin/_mocha --bail -- --no-timeouts --exit -R spec ${TESTS} +BOX_ENV=test ./node_modules/mocha/bin/_mocha --bail --no-timeouts --exit -R spec ${TESTS}