Artifact b83309f6194c1392d0196e27d92b5d9d2f4fc0c1:
- Executable file tests/fdktestqa/testqa/runsuite.sh — part of check-in [c9471f325e] at 2017-03-21 22:19:27 on branch cache-control — Added config and switch to control using cache (user: matt, size: 447) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash # (cd ../../..;make && make install) || exit 1 # export PATH=$PWD/../../../bin:$PATH 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 viewscreen megatest -run -testpatt % -target a/b -runname w$(date +%U.%u.%H)$i done echo "" > num-running.log while true; do foo=$(megatest -list-runs % | grep RUNNING | wc -l) echo "Num running at `date` $foo" echo "$foo at `date`" >> num-running.log sleep 10 done