Megatest

run-each-proc.sh at [3022617fbd]
Login

File tests/fullrun/run-each-proc.sh artifact 2d922bdae6 part of check-in 3022617fbd


#!/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