Megatest

step1.sh at [6c0d8009ef]
Login

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


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