Artifact 2d922bdae67e9958858d02a18a24b2adccd86ff6:
- Executable file tests/fullrun/run-each-proc.sh — part of check-in [3022617fbd] at 2013-11-02 01:18:20 on branch v1.55 — Added test script (user: matt, size: 272) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash for x in `cat all-db-procs.txt`;do cat > ~/.megatestrc <<EOF (require-library trace) (import trace) (trace $x ) EOF fname=`echo "$x" | tr ':!>' '-_g'` megatest -runtests sqlitespeed,test2,ez% -target ubuntu/nfs/none :runname $fname > $fname.log done