summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_functions.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-19 13:27:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:32 -0500
commit616fbc543c9262ef53fc3bb7217c9d52d9710f4b (patch)
treec719b67699a7a892ecde6644d7385adf165c0613 /source4/script/tests/test_functions.sh
parente578c33c2c8bc23a9a78259613f33b65d7d1668f (diff)
downloadsamba-616fbc543c9262ef53fc3bb7217c9d52d9710f4b.tar.gz
samba-616fbc543c9262ef53fc3bb7217c9d52d9710f4b.tar.bz2
samba-616fbc543c9262ef53fc3bb7217c9d52d9710f4b.zip
r7758: When not running on the build farm, print out the failed command line again.
Add NTLMv2 varients to the echo and session key tests. Andrew Bartlett (This used to be commit 544a38824e2b10c65e6f7ef0b373aa8575fa2cb1)
Diffstat (limited to 'source4/script/tests/test_functions.sh')
-rw-r--r--source4/script/tests/test_functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh
index 771e024678..fa007f7cae 100644
--- a/source4/script/tests/test_functions.sh
+++ b/source4/script/tests/test_functions.sh
@@ -109,7 +109,7 @@ testit() {
echo "TEST FAILED: $name (status $status)"
echo "=========================================="
else
- echo "TEST FAILED: $name (status $status)"
+ echo "TEST FAILED: $cmdline (status $status)"
fi
return 1;
fi