From 65e90c1989b07b2902ea003c001a1f068c3b93a7 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 09:08:59 +0000 Subject: Prepare for a new update Reverting patches so we can apply the latest update and changes can be seen in the spec file and sources. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b27cf2..46dfd73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -382,7 +382,7 @@ if (BUILD_TESTING AND NOT_SUBPROJECT) set_tests_properties(NoTest PROPERTIES PASS_REGULAR_EXPRESSION "No test cases matched") # AppVeyor has a Python 2.7 in path, but doesn't have .py files as autorunnable - add_test(NAME ApprovalTests COMMAND python3 ${CMAKE_CURRENT_SOURCE_DIR}/scripts/approvalTests.py $) + add_test(NAME ApprovalTests COMMAND python ${CMAKE_CURRENT_SOURCE_DIR}/scripts/approvalTests.py $) set_tests_properties(ApprovalTests PROPERTIES FAIL_REGULAR_EXPRESSION "Results differed") if (CATCH_USE_VALGRIND)