summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-30 12:16:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:23 -0500
commit01f19c0d1bf9b4dece92dd1e9151e001629ded2f (patch)
treeafef07f5ec6fe13cf86ecd4119081252be0cd115 /source4/torture
parent9845c8c4756a33566819c883b5fb0611ff84f94c (diff)
downloadsamba-01f19c0d1bf9b4dece92dd1e9151e001629ded2f.tar.gz
samba-01f19c0d1bf9b4dece92dd1e9151e001629ded2f.tar.bz2
samba-01f19c0d1bf9b4dece92dd1e9151e001629ded2f.zip
r14818: give an error on an unknown test
so we catch typos in the make test scripts metze (This used to be commit fa73030debe1c216d86622a5380dbe2945f5d1d3)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/smbtorture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c
index 8aaa72c019..759be4cae9 100644
--- a/source4/torture/smbtorture.c
+++ b/source4/torture/smbtorture.c
@@ -83,6 +83,7 @@ static BOOL run_test(struct torture_context *torture, const char *name)
if (!matched) {
printf("Unknown torture operation '%s'\n", name);
+ ret = False;
}
return ret;