Differences From Artifact [ce1bf17341]:
- 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...]
To Artifact [f90152c7af]:
- Executable file tests/fdktestqa/testqa/tests/bigrun2/step1.sh — part of check-in [8574e9978e] at 2013-05-04 23:56:08 on branch v1.54 — Simplified testpatt vs. runtests (user: matt, size: 196) [annotate] [blame] [check-ins using] [more...]
- Executable file tests/fdktestqa/testqa/tests/bigrun3/step1.sh — part of check-in [0a5795ad96] at 2013-07-30 09:21:26 on branch itemwait-fix — Fix for itemwait (user: mrwellan, size: 196) [annotate] [blame] [check-ins using]
1 | #!/bin/sh | | | | | | | > > | 1 2 3 4 5 6 7 8 9 | #!/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 exit 0 |