Differences From Artifact [07bf5497d9]:
- Executable file tests/fdktestqa/testqa/runsuite.sh — part of check-in [fb4ad2ea7e] at 2013-04-27 00:16:26 on branch threaded-db-calls — threaded-db-calls working (user: matt, size: 296) [annotate] [blame] [check-ins using]
To Artifact [e9bfa91f76]:
- Executable file tests/fdktestqa/testqa/runsuite.sh — part of check-in [c196e891d9] at 2013-04-27 15:15:02 on branch threaded-db-calls — Merged in v1.54 changes (user: matt, size: 342) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 | + + | #!/bin/bash (cd ../../..;make && make install) || exit 1 for i in a b c d e f;do # g h i j k l m n o p q r s t u v w x y z;do megatest -runtests % -target a/b :runname $i & done echo "" > num-running.log |
︙ |