From 4e9b37108c4efc092f03b64a06a43ef95f437541 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 10 Apr 2013 13:40:33 +0800 Subject: update tests_helper.h --- tests/storage/test_table_info.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/storage') diff --git a/tests/storage/test_table_info.cpp b/tests/storage/test_table_info.cpp index 30f6a0d..3201074 100644 --- a/tests/storage/test_table_info.cpp +++ b/tests/storage/test_table_info.cpp @@ -28,6 +28,7 @@ int main(int argc, char * argv[]) { bool retval = system_table_info.load("../../data/table.conf"); if (!retval) { + fprintf(stderr, "load table.conf failed.\n"); exit(ENOENT); } -- cgit