~bzr/ubuntu/hardy/subunit/bzr-ppa

« back to all changes in this revision

Viewing changes to shell/share/subunit.sh

  • Committer: Robert Collins
  • Date: 2009-09-20 02:16:29 UTC
  • mfrom: (73.1.11 debian)
  • Revision ID: robertc@robertcollins.net-20090920021629-r3mal3003qren1or
Merge 0.0.2 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  cat -
50
50
  echo "]"
51
51
}
 
52
 
 
53
 
 
54
subunit_skip_test () {
 
55
  # emit the current protocol test skipped marker for test $1
 
56
  echo "skip: $1"
 
57
}
 
58
 
 
59