Move index.js to frontend_tests/zjsunit.

This commit is contained in:
Steve Howell
2016-07-30 07:43:28 -07:00
committed by Tim Abbott
parent f0bf883772
commit 6a65b3482c
2 changed files with 7 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ cd "$(dirname "$0")"/..
export NODE_PATH=/usr/lib/nodejs:static
INDEX_JS=frontend_tests/node_tests/index.js
INDEX_JS=frontend_tests/zjsunit/index.js
NODEJS=$(which nodejs || which node)
if [ "$1" = "cover" ]; then
# Run a coverage test with Istanbul.