diff --git a/development/autotests/ExportTests.cmake b/development/autotests/ExportTests.cmake index 072cc02eac..98ef8fad17 100644 --- a/development/autotests/ExportTests.cmake +++ b/development/autotests/ExportTests.cmake @@ -198,10 +198,10 @@ macro(loadTestList filename resList) endforeach() endmacro() -loadTestList(revertedTests revertedTests new_labels) -loadTestList(ignoredTests ignoredTests new_labels) -loadTestList(suspendedTests suspendedTests new_labels) -loadTestList(unreliableTests unreliableTests new_labels) +loadTestList(revertedTests revertedTests) +loadTestList(ignoredTests ignoredTests) +loadTestList(suspendedTests suspendedTests) +loadTestList(unreliableTests unreliableTests) macro(handlesuspended TestName reverted testlabel) set(mylabel ${${testlabel}})