From ffe21e4a7c294a71dcde099dbae10dd1769e77f0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 22 May 2007 11:23:36 +0000 Subject: r23069: print out the command, to find out the problem on host 'tridge' metze (This used to be commit 3f28a19ea1599f7a94faf7d8ee7ea5b3620abe6e) --- source4/pidl/tests/Util.pm | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit