Artifact e9bfa91f764a974d31bfae87d4f7c0bb6353d12d:
- 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...]
#!/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 while true; do foo=`megatest -list-runs % | grep RUNNING | wc -l` echo "Num running: $foo" echo $foo >> num-running.log done