From 737c797ebd73215642e06f483af35fdab7e92d38 Mon Sep 17 00:00:00 2001 From: Sergey Yakubov <sergey.yakubov@desy.de> Date: Wed, 26 May 2021 16:26:09 +0200 Subject: [PATCH] fix tests --- .../automatic/high_avail/receiver_mongo_restart/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/automatic/high_avail/receiver_mongo_restart/CMakeLists.txt b/tests/automatic/high_avail/receiver_mongo_restart/CMakeLists.txt index 0c7eba429..bebdc30dc 100644 --- a/tests/automatic/high_avail/receiver_mongo_restart/CMakeLists.txt +++ b/tests/automatic/high_avail/receiver_mongo_restart/CMakeLists.txt @@ -3,5 +3,5 @@ set(TARGET_NAME receiver-mongo-restart) ################################ # Testing ################################ -configure_file(${CMAKE_SOURCE_DIR}/tests/automatic/settings/admin_token.key admin_token.key COPYONLY) +prepare_asapo() add_script_test("${TARGET_NAME}" "$<TARGET_FILE:dummy-data-producer>" nomem) -- GitLab