mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
fe17acfa82
Previously, the output from $cmdline was never captured. In case of a
failure, there was no output being passed to the subunit_fail_test() function,
but that function contains a call to "cat -". This caused the script to hang
indefinitely waiting for input.
We now capture $cmdline output (including mapping stderr to stdout) using
backticks, and then pipe that output to the subunit_fail_test() if there is
a failure.
(This used to be commit
|
||
---|---|---|
.. | ||
ndrdump | ||
subunit.sh | ||
test_cifsdd.sh | ||
test_gentest.sh | ||
test_kinit.sh | ||
test_ldb.sh | ||
test_locktest.sh | ||
test_masktest.sh | ||
test_ndrdump.sh | ||
test_smbclient.sh | ||
test_wbinfo.sh |