diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-01-27 21:15:21 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-01-30 11:56:14 +0100 |
commit | f7ac9f8069ea5e8ad8eb5c0f899f6ac8e39ef07f (patch) | |
tree | 606f237692e4964a0559acc03167704baafee38b /autotest-js.sh | |
parent | 9fa788c452403646cc5c2a7c0fe875879e7082fa (diff) | |
download | nextcloud-server-f7ac9f8069ea5e8ad8eb5c0f899f6ac8e39ef07f.tar.gz nextcloud-server-f7ac9f8069ea5e8ad8eb5c0f899f6ac8e39ef07f.zip |
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-x | autotest-js.sh | 2 |
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 |