equal
deleted
inserted
replaced
24 |
24 |
25 |
25 |
26 Starting the test-suite : |
26 Starting the test-suite : |
27 ------------------------- |
27 ------------------------- |
28 cd comt/src/cm/scripts |
28 cd comt/src/cm/scripts |
|
29 cp workspace.info.js.example workspace.info.js |
29 vi workspace.info.js # Customize tested workspace settings |
30 vi workspace.info.js # Customize tested workspace settings |
30 ./test-suite.sh |
31 ./start-test-suite.sh |
31 |
32 |
32 So you can run the test-suite multiple times using only `karma start` after the |
|
33 first run. |
|
34 |
|