Changeset 988 for vendor/current/testprogs/blackbox/subunit.sh
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/testprogs/blackbox/subunit.sh
r740 r988 55 55 } 56 56 57 subunit_skip_test () { 58 # emit the current protocol skip-marker for test $1, and emit stdin as 59 # the error text. 60 # we use stdin because the failure message can be arbitrarily long, and this 61 # makes it convenient to write in scripts (using <<END syntax. 62 echo "skip: $1 [" 63 cat - 64 echo "]" 65 } 66 57 67 testit () { 58 68 name="$1"
Note:
See TracChangeset
for help on using the changeset viewer.