mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
c0234d1319
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. |
||
---|---|---|
.. | ||
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 |