forked from eclipse-paho/paho.mqtt.javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunTests.sh
More file actions
executable file
·19 lines (14 loc) · 775 Bytes
/
Copy pathrunTests.sh
File metadata and controls
executable file
·19 lines (14 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
# Temporary Script to run tests whilst the tests only work with the old version of Jasmine
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