1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s3:selftest: generate ${SELFTESTPREFIX}/subunit with the raw output

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>

Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Wed Feb 20 01:33:50 CET 2013 on sn-devel-104
This commit is contained in:
Stefan Metzmacher 2013-02-15 14:29:51 +01:00 committed by Michael Adam
parent f3aa372bcb
commit 85b6329b91

View File

@ -45,7 +45,7 @@ else
--srcdir="${SOURCEDIR}/.." \
--socket-wrapper ${TESTS} \
&& touch ${SELFTESTPREFIX}/st_done ) | \
${FILTER_XFAIL} | ${SUBUNIT_FORMATTER}
tee ${SELFTESTPREFIX}/subunit | ${FILTER_XFAIL} | ${SUBUNIT_FORMATTER}
EXIT_STATUS=$?
st_test_done