aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pidl
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-05-25 08:34:15 +0000
committerJörg Mayer <jmayer@loplof.de>2007-05-25 08:34:15 +0000
commit5c4151bb8f0c05f3daf77c0529eb83ef5f6530a6 (patch)
tree998ef828da8d2abd8736f597e269ad0a72dbac0d /tools/pidl
parent6c5a299a55695020b306b01b134298883f7aa512 (diff)
Update from samba tree revision 23054 to 23135
============================ Samba log start ============ ------------------------------------------------------------------------ r23069 | metze | 2007-05-22 13:23:36 +0200 (Tue, 22 May 2007) | 3 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/tests/Util.pm print out the command, to find out the problem on host 'tridge' metze ------------------------------------------------------------------------ r23071 | metze | 2007-05-22 14:45:58 +0200 (Tue, 22 May 2007) | 3 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/tests/Util.pm print the command on failure only metze ------------------------------------------------------------------------ ------------------------------------------------------------------------ ============================ Samba log end ============== svn path=/trunk/; revision=21932
Diffstat (limited to 'tools/pidl')
-rw-r--r--tools/pidl/tests/Util.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pidl/tests/Util.pm b/tools/pidl/tests/Util.pm
index 48a08b5749..897e848440 100644
--- a/tools/pidl/tests/Util.pm
+++ b/tools/pidl/tests/Util.pm
@@ -119,6 +119,7 @@ SKIP: {
ok(-f $outfile, "($name) compile");
my $ret = system($outfile, ()) >> 8;
+ print "# cmd: $cmd\n" if ($ret != 0);
print "# return code: $ret\n" if ($ret != 0);
ok($ret == 0, "($name) run");