Skip to content

Commit

Permalink
Fixing tests to fully complete
Browse files Browse the repository at this point in the history
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
  • Loading branch information
jpwsutton committed Dec 8, 2017
1 parent 65523dc commit 55f85b2
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions runTests.sh
@@ -1,8 +1,19 @@
#!/bin/bash
# Temporary Script to run tests whilst the tests only work with the old version of Jasmine
./node_modules/jasmine-node/bin/jasmine-node src/test/BasicTest-spec.js
./node_modules/jasmine-node/bin/jasmine-node src/test/base-spec.js
./node_modules/jasmine-node/bin/jasmine-node src/test/client-uris-spec.js
./node_modules/jasmine-node/bin/jasmine-node src/test/interops-spec.js
./node_modules/jasmine-node/bin/jasmine-node src/test/live-take-over-spec.js
./node_modules/jasmine-node/bin/jasmine-node src/test/send-receive-spec.js
echo "--- BasicTest ---"
./node_modules/jasmine-node/bin/jasmine-node src/test/BasicTest-spec.js --forceexit

echo "--- base-spec ---"
./node_modules/jasmine-node/bin/jasmine-node src/test/base-spec.js --forceexit

echo "--- client-uris ---"
./node_modules/jasmine-node/bin/jasmine-node src/test/client-uris-spec.js --forceexit

echo "--- interops ---"
./node_modules/jasmine-node/bin/jasmine-node src/test/interops-spec.js --forceexit

echo "--- live-take-over ---"
./node_modules/jasmine-node/bin/jasmine-node src/test/live-take-over-spec.js --forceexit

echo "--- send-receive ---"
./node_modules/jasmine-node/bin/jasmine-node src/test/send-receive-spec.js --forceexit

0 comments on commit 55f85b2

Please sign in to comment.