Megatest

step1.sh at [9e11b4d244]
Login

File tests/fdktestqa/testqa/tests/bigrun2/step1.sh artifact ce1bf17341 part of check-in 9e11b4d244


#!/bin/sh
prev_test=`$MT_MEGATEST -test-paths -target $MT_TARGET :runname $MT_RUNNAME -testpatt bigrun/$NUMBER`
if [ -e $prev_test/testconfig ]; then
  exit 0
else
  exit 1
fi