From d7ff76379b7b339c22f238d04e87301197485396 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 16 Dec 2007 23:52:05 +0000 Subject: Pass test options to test daemons. --- lib/common/Test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) \ { \ -- cgit v1.2.3