1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/testprogs/blackbox
Andrew Kroeger c0234d1319 subunit.sh: Properly capture and pass on the command output.
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.
2008-05-21 20:46:14 -05:00
..
ndrdump Add blackbox test for ndrdump, to ensure it at least does not 2008-04-15 09:13:32 +02:00
subunit.sh subunit.sh: Properly capture and pass on the command output. 2008-05-21 20:46:14 -05:00
test_cifsdd.sh Use the subunit shell library. 2008-04-16 14:52:29 +02:00
test_gentest.sh Use the subunit shell library. 2008-04-16 14:52:29 +02:00
test_kinit.sh Fix reference to removed smbpython. 2008-05-21 15:39:00 +02:00
test_ldb.sh Use the subunit shell library. 2008-04-16 14:52:29 +02:00
test_locktest.sh Use the subunit shell library. 2008-04-16 14:52:29 +02:00
test_masktest.sh Use the subunit shell library. 2008-04-16 14:52:29 +02:00
test_ndrdump.sh Use the subunit shell library. 2008-04-16 14:52:29 +02:00
test_smbclient.sh Use the subunit shell library. 2008-04-16 14:52:29 +02:00
test_wbinfo.sh Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet 2008-04-16 16:12:58 +02:00