summaryrefslogtreecommitdiff
path: root/lib/common/Test.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-12-16 23:52:05 +0000
committerChris Wilson <chris+github@qwirx.com>2007-12-16 23:52:05 +0000
commitd7ff76379b7b339c22f238d04e87301197485396 (patch)
treeaa64456fd34805dc6bfbfd7ae4f94c85e0690825 /lib/common/Test.h
parent28e9fa9893c0771a38ea2dc8c7829615dda167f0 (diff)
Pass test options to test daemons.
Diffstat (limited to 'lib/common/Test.h')
-rw-r--r--lib/common/Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Test.h b/lib/common/Test.h
index cf7cb713..49b0ac66 100644
--- a/lib/common/Test.h
+++ b/lib/common/Test.h
@@ -43,7 +43,7 @@
extern int failures;
extern int first_fail_line;
extern std::string first_fail_file;
-extern std::string bbackupd_args, bbstored_args, bbackupquery_args;
+extern std::string bbackupd_args, bbstored_args, bbackupquery_args, test_args;
#define TEST_FAIL_WITH_MESSAGE(msg) \
{ \