diff options
| author | Robert Collins <robertc@robertcollins.net> | 2006-04-15 00:25:55 +1000 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2006-04-15 00:25:55 +1000 |
| commit | 3bebe681fc9c80ced4cfdda1b8624dd64074e83a (patch) | |
| tree | e55e3a186572e33059d99a60e40ef3a88bb4387a /shell/share/subunit.sh | |
| parent | 2ae3f76ff0c7dbadda0b3802dbc2b6baf867fb68 (diff) | |
| download | subunit-git-3bebe681fc9c80ced4cfdda1b8624dd64074e83a.tar.gz | |
Test the output of subunit_start_test.
Diffstat (limited to 'shell/share/subunit.sh')
| -rw-r--r-- | shell/share/subunit.sh | 5 |
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" +} |
