Megatest

Artifact [ac96586fe3]
Login

Artifact ac96586fe31c942df917a69315fb1904641fc19c:


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