summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2013-03-04 07:07:37 -0800
committerPatrick Ohly <patrick.ohly@intel.com>2013-03-04 07:36:22 -0800
commite8f7753573909306af0593984a956af2d9e22155 (patch)
tree6fc7fa961ba5841604bb1d0d46362469da033cee /test
parent68ef2f37dd2490e90fc3dad4b97d8ab3e893f108 (diff)
testing: add debug output for importing test cases
With all the interaction between Client::Sync, Client::Source and CLIENT_TEST_SERVER it can be hard to figure out which test case file gets used. Log that explicitly.
Diffstat (limited to 'test')
-rw-r--r--test/ClientTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ClientTest.cpp b/test/ClientTest.cpp
index 110cf6b5..e8c5c48a 100644
--- a/test/ClientTest.cpp
+++ b/test/ClientTest.cpp
@@ -6212,6 +6212,7 @@ std::string ClientTest::import(ClientTest &client, TestingSyncSource &source, co
{
list<string> items;
getItems(file, items, realfile);
+ SE_LOG_DEBUG(NULL, NULL, "importing %d test cases from file %s", (int)items.size(), realfile.c_str());
std::string failures;
bool doImport = !luids || luids->empty();
std::list<std::string>::const_iterator it;