Differences From 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]
To Artifact [3341e786fd]:
- Executable file tests/fdktestqa/testqa/tests/bigrun2/step1.sh — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 897) [annotate] [blame] [check-ins using] [more...]
- Executable file tests/fdktestqa/testqa/tests/bigrun3/step1.sh — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 897) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + + + + + + + + + + + + + + | #!/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 # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Megatest. If not, see <http://www.gnu.org/licenses/>. exit 0 |