summaryrefslogtreecommitdiff
path: root/shell/share
diff options
context:
space:
mode:
Diffstat (limited to 'shell/share')
-rw-r--r--shell/share/subunit.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/share/subunit.sh b/shell/share/subunit.sh
index f0f21d8..0234737 100644
--- a/shell/share/subunit.sh
+++ b/shell/share/subunit.sh
@@ -17,4 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-
+function subunit_start_test () {
+ # emit the current protocol start-marker for test test_name
+ echo "test: $1"
+}