Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-01-28 00:15:21 +0400
committerVincent Petry <pvince81@owncloud.com>2014-01-30 14:56:14 +0400
commitf7ac9f8069ea5e8ad8eb5c0f899f6ac8e39ef07f (patch)
tree606f237692e4964a0559acc03167704baafee38b /autotest-js.sh
parent9fa788c452403646cc5c2a7c0fe875879e7082fa (diff)
Fixed unit test scripts + coverage
Tried to add more apps (others break). "preprocessors" is now populated automatically based on the tested apps.
Diffstat (limited to 'autotest-js.sh')
-rwxr-xr-xautotest-js.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest-js.sh b/autotest-js.sh
index 78f4948e7ad..8b9a106b021 100755
--- a/autotest-js.sh
+++ b/autotest-js.sh
@@ -33,5 +33,5 @@ then
exit 2
fi
-KARMA_TESTSUITE="$1" $KARMA start tests/karma.config.js --single-run
+NODE_PATH='build/node_modules' KARMA_TESTSUITE="$1" $KARMA start tests/karma.config.js --single-run