mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
s3:tests: use the blackbox subunit output formatter for the testparm_s3 test.
With the old output, failures would go unnoticed by selftest.
This commit is contained in:
parent
a1bec01eeb
commit
ae9aa47d6b
@ -9,8 +9,8 @@ TEMP_CONFFILE=${LOCAL_PATH}/smb.conf.tmp
|
||||
TESTPARM="$VALGRIND ${TESTPARM:-$BINDIR/testparm} --suppress-prompt --skip-logic-checks"
|
||||
|
||||
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