summaryrefslogtreecommitdiff
path: root/shell/share
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-09-06 21:57:54 +1000
committerRobert Collins <robertc@robertcollins.net>2009-09-06 21:57:54 +1000
commit6cd35ff38227b7564a843c9a12caa35eda9ea8b8 (patch)
treec2f324540b8f870089bfb2b3113f5534ac012f75 /shell/share
parent6d4b439267d1449356537128abffa0d5a228402f (diff)
downloadsubunit-git-6cd35ff38227b7564a843c9a12caa35eda9ea8b8.tar.gz
Add shell skip test support.
Diffstat (limited to 'shell/share')
-rw-r--r--shell/share/subunit.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/share/subunit.sh b/shell/share/subunit.sh
index e573572..f63657a 100644
--- a/shell/share/subunit.sh
+++ b/shell/share/subunit.sh
@@ -49,3 +49,11 @@ subunit_error_test () {
cat -
echo "]"
}
+
+
+subunit_skip_test () {
+ # emit the current protocol test skipped marker for test $1
+ echo "skip: $1"
+}
+
+