Artifact ce1bf17341c7a60a5a57d59e318e440f18901c97:
- Executable file tests/fdktestqa/testqa/tests/bigrun2/step1.sh — part of check-in [6c0d8009ef] at 2013-04-25 10:43:19 on branch v1.54 — Added runname to -list-runs output. Bumped version to v1.5417 (user: mrwellan, size: 176) [annotate] [blame] [check-ins using] [more...]
#!/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