diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-05-22 11:23:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:52:48 -0500 |
commit | ffe21e4a7c294a71dcde099dbae10dd1769e77f0 (patch) | |
tree | 720d99c2f871c3e52b79141eed8c8b15e65ab549 /source4/pidl | |
parent | 42c1ef4025186066660b1bb187d063e07bb493ff (diff) | |
download | samba-ffe21e4a7c294a71dcde099dbae10dd1769e77f0.tar.gz samba-ffe21e4a7c294a71dcde099dbae10dd1769e77f0.tar.bz2 samba-ffe21e4a7c294a71dcde099dbae10dd1769e77f0.zip |
r23069: print out the command, to find out the problem on host 'tridge'
metze
(This used to be commit 3f28a19ea1599f7a94faf7d8ee7ea5b3620abe6e)
Diffstat (limited to 'source4/pidl')
-rw-r--r-- | source4/pidl/tests/Util.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/pidl/tests/Util.pm b/source4/pidl/tests/Util.pm index 48a08b5749..d4cdd72205 100644 --- a/source4/pidl/tests/Util.pm +++ b/source4/pidl/tests/Util.pm @@ -92,6 +92,7 @@ SKIP: { my $cmd = "$cc $cflags -x c - -o $outfile $flags $ldflags"; $cmd =~ s/\n//g; +print "cmd: $cmd\n"; open CC, "|$cmd"; print CC "#define uint_t unsigned int\n"; print CC "#define _GNU_SOURCE\n"; |