Megatest

run-four.sh at [7f96283a66]
Login

File ext-tests/sixtyfivek/run-four.sh artifact ac96586fe3 part of check-in 7f96283a66


#!/bin/bash

baserunname=$(date +ww%U.%w)
for x in a b c d;do
  runname=$baserunname$x
  NBFAKE_LOG=$runname.log nbfake megatest -run -testpatt % -target mrdp/ip-xsc-2.0/fast -runname $runname -clean-cache
  sleep 5
done