diff --git a/fvtest/porttest/CMakeLists.txt b/fvtest/porttest/CMakeLists.txt index a57ae3300de..4ab51c5d8ab 100644 --- a/fvtest/porttest/CMakeLists.txt +++ b/fvtest/porttest/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2017, 2021 IBM Corp. and others +# Copyright (c) 2017, 2022 IBM Corp. and others # # This program and the accompanying materials are made available under # the terms of the Eclipse Public License 2.0 which accompanies this @@ -165,7 +165,7 @@ endif() if (NOT (OMR_OS_AIX OR OMR_OS_ZOS OR CMAKE_CROSSCOMPILING)) omr_add_test( NAME porttest - COMMAND $ --gtest_output=xml:${CMAKE_CURRENT_BINARY_DIR}/omrporttest-results.xml --gtest_filter=${porttest_filter} + COMMAND $ --gtest_output=xml:${CMAKE_CURRENT_BINARY_DIR}/omrporttest-results.xml ) endif()