From b736c228cf76aad66e5e18ad20b96104edeabb11 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 31 Jan 2014 10:11:34 +0100 Subject: [PATCH] Allow running with mocha only symlinked in node_modules --- test/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index 93a724aa..5306b65e 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -110,7 +110,7 @@ cd ${BASEDIR} sh prepare_db.sh ${PREPARE_DB_OPTS} || die "database preparation failure" cd - -PATH=node_modules/.bin/:$PATH +PATH=node_modules/.bin/:node_modules/mocha/bin:$PATH echo echo "Environment:"