Artifact 07bf5497d97773f4ca8d799b3eb4816cdb68db55:
- 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]
#!/bin/bash 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