summaryrefslogtreecommitdiff
path: root/source4/build/pidl/test.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-17 13:19:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:51 -0500
commitfe597fd1e28b92766e174249b10739fb2fe4a35f (patch)
treea5ff0ce5cea1d65c66d2ea3a3ad34ed85ad45d8b /source4/build/pidl/test.pm
parent5af7002c1de5d59626e68420b43526ef5ffe3f42 (diff)
downloadsamba-fe597fd1e28b92766e174249b10739fb2fe4a35f.tar.gz
samba-fe597fd1e28b92766e174249b10739fb2fe4a35f.tar.bz2
samba-fe597fd1e28b92766e174249b10739fb2fe4a35f.zip
r6857: - Support [public] on functions
- Add some more pidl tests based on ref_notes.txt We currently fail some tests because we don't default to "ref" for top-level pointers at the moment. We also fail some of the multi-level tests. (This used to be commit 187802f580d85e19ee9b7f07db931d0511f197bc)
Diffstat (limited to 'source4/build/pidl/test.pm')
-rw-r--r--source4/build/pidl/test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/test.pm b/source4/build/pidl/test.pm
index 9004d7c4c6..d01a98bd2c 100644
--- a/source4/build/pidl/test.pm
+++ b/source4/build/pidl/test.pm
@@ -117,7 +117,7 @@ sub test_idl($$$$)
my $ret = system("./$exe_filename");
if ($ret != 0) {
- print STDERR "$name failed with return value $ret\n";
+ print "failed with return value $ret\n";
return $ret;
}