]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r23069: print out the command, to find out the problem on host 'tridge'
authorStefan Metzmacher <metze@samba.org>
Tue, 22 May 2007 11:23:36 +0000 (11:23 +0000)
committerStefan Metzmacher <metze@samba.org>
Tue, 22 May 2007 11:23:36 +0000 (11:23 +0000)
metze

source/pidl/tests/Util.pm

index 48a08b5749827b99d8f20dc37939cf8466e5553d..d4cdd72205d59e2fc227a77eaacef8f1e91cb93c 100644 (file)
@@ -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";