Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Revert "Temporarily disable running desktop tests."
Browse files Browse the repository at this point in the history
This reverts commit f7b999f.
  • Loading branch information
Dersim Davaod committed May 8, 2017
1 parent 61f5755 commit be3f9ce
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.sh
Expand Up @@ -57,17 +57,17 @@ then
node CITestMode.js
fi

#echo ""
#echo "run desktop tests"
#jx runTests.js --networkType WIFI
#jx runTests.js --networkType NATIVE
#jx runTests.js --networkType BOTH
#jx npm run test-meta
#jx runCoordinatedTests.js --networkType NATIVE
#jx runCoordinatedTests.js --networkType WIFI
#jx runCoordinatedTests.js --networkType BOTH
#echo "end desktop tests"
#echo ""
echo ""
echo "run desktop tests"
jx runTests.js --networkType WIFI
jx runTests.js --networkType NATIVE
jx runTests.js --networkType BOTH
jx npm run test-meta
jx runCoordinatedTests.js --networkType NATIVE
jx runCoordinatedTests.js --networkType WIFI
jx runCoordinatedTests.js --networkType BOTH
echo "end desktop tests"
echo ""

# Verify that docs can be generated
#cd $WORKING_DIR/thali/
Expand Down

0 comments on commit be3f9ce

Please sign in to comment.