mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
s3:tests: use the blackbox subunit output formatter for the smbclient_s3 test.
With the old output, failures would go unnoticed by selftest.
This commit is contained in:
parent
9971061a9d
commit
745354eab8
@ -21,8 +21,8 @@ shift 6
|
||||
ADDARGS="$*"
|
||||
|
||||
test x"$TEST_FUNCTIONS_SH" != x"INCLUDED" && {
|
||||
incdir=`dirname $0`
|
||||
. $incdir/test_functions.sh
|
||||
incdir=`dirname $0`/../../../testprogs/blackbox
|
||||
. $incdir/subunit.sh
|
||||
}
|
||||
|
||||
failed=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user