Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/testprogs/blackbox/subunit.sh

    r740 r988  
    5555}
    5656
     57subunit_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
    5767testit () {
    5868        name="$1"
Note: See TracChangeset for help on using the changeset viewer.