From e85b98a18b3be3fb7bbff784688665ae23626c56 Mon Sep 17 00:00:00 2001 From: Gabor Buella Date: Sun, 8 Apr 2018 00:19:46 +0200 Subject: [PATCH] Rename: libcintercept3.log -> syscall_format.log To match the ctest test name. --- test/CMakeLists.txt | 2 +- test/{libcintercept3.log.match => syscall_format.log.match} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{libcintercept3.log.match => syscall_format.log.match} (100%) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 7358a23e..35253460 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -329,6 +329,6 @@ add_test(NAME "syscall_format_logging" -DTEST_EXTRA_PRELOAD=${TEST_EXTRA_PRELOAD} -DTEST_PROG=$ -DLIB_FILE= - -DMATCH_FILE=${CMAKE_CURRENT_SOURCE_DIR}/libcintercept3.log.match + -DMATCH_FILE=${CMAKE_CURRENT_SOURCE_DIR}/syscall_format.log.match -DTEST_NAME=syscall_format_logging ${CHECK_LOG_COMMON_ARGS}) diff --git a/test/libcintercept3.log.match b/test/syscall_format.log.match similarity index 100% rename from test/libcintercept3.log.match rename to test/syscall_format.log.match