summaryrefslogtreecommitdiff
path: root/source4/torture/ui.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-01-30 12:10:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:44:26 -0500
commitcf09c00c4e96c49e334fa0a68b438eaa6c69d270 (patch)
tree2c4eaa2c92b89c61d0fce001a70d64f0aad9ca96 /source4/torture/ui.h
parentde37adbf2736e6317bf53b524013f6cd827cf664 (diff)
downloadsamba-cf09c00c4e96c49e334fa0a68b438eaa6c69d270.tar.gz
samba-cf09c00c4e96c49e334fa0a68b438eaa6c69d270.tar.bz2
samba-cf09c00c4e96c49e334fa0a68b438eaa6c69d270.zip
r21055: Fix executable bit.
(This used to be commit 7512270ffae4e72d70f6ca347f09708f1bf915ad)
Diffstat (limited to 'source4/torture/ui.h')
-rw-r--r--source4/torture/ui.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/source4/torture/ui.h b/source4/torture/ui.h
index 700dadd9b1..8c4d3b6729 100644
--- a/source4/torture/ui.h
+++ b/source4/torture/ui.h
@@ -79,27 +79,13 @@ struct torture_context
struct torture_test *active_test;
struct torture_tcase *active_tcase;
- char **expected_failures;
-
- struct torture_results {
- int skipped;
- int todo;
- int success;
- int failed;
- int errors;
-
- const char **unexpected_failures;
- const char **unexpected_successes;
- const char **unexpected_errors;
-
- bool returncode;
- } results;
-
bool quiet; /* Whether tests should avoid writing output to stdout */
enum torture_result last_result;
char *last_reason;
+ bool returncode;
+
char *outputdir;
int level;
};