summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-08-26 11:04:51 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-08-26 11:04:51 -0400
commit031a76303590183bc1d42f609592f7fe81035fbb (patch)
tree4a34e75cc7b1171a5e983a6fe8484778fe307861 /scripts
parentd42728fdabc49b24df78e6dfee3f7cc1717db126 (diff)
downloadqtlocation-mapboxgl-031a76303590183bc1d42f609592f7fe81035fbb.tar.gz
cd platform/node && npm test
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/node/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/node/run.sh b/scripts/node/run.sh
index e173bb7063..dea4ed8d8f 100755
--- a/scripts/node/run.sh
+++ b/scripts/node/run.sh
@@ -25,7 +25,7 @@ mapbox_time "checkout_test_suite" \
git submodule update --init test/suite
mapbox_time "run_tests" \
-npm test
+cd platform/node && npm test
mapbox_time "run_render_tests" \
-npm run test-suite
+cd platform/node && npm run test-suite