Skip to content
Snippets Groups Projects
Commit e09590a0 authored by Administrator's avatar Administrator
Browse files

Remove obsolete setups from test suite

    The setups labeled APR21 and DEC21 were only for testing purposes and will be
    removed from the repository with one of the next commits. So we have to remove
    the tests using these setups.
parent e9e03fed
No related branches found
No related tags found
1 merge request!790Remove obsolete setups from test suite
Pipeline #16800 passed
...@@ -22,7 +22,7 @@ set_tests_properties(much_cleanup PROPERTIES ...@@ -22,7 +22,7 @@ set_tests_properties(much_cleanup PROPERTIES
# --- Transport of UrQMD events # --- Transport of UrQMD events
Set(testname much_transport) Set(testname much_transport)
add_test(${testname} ${MACRO_DIR}/run_transport.sh ${NumEvents} \"sis100_muon_lmvm_APR21\" \"data/muons\") add_test(${testname} ${MACRO_DIR}/run_transport.sh ${NumEvents} \"sis100_muon_lmvm\" \"data/muons\")
SET_TESTS_PROPERTIES(${testname} PROPERTIES SET_TESTS_PROPERTIES(${testname} PROPERTIES
TIMEOUT "1200" TIMEOUT "1200"
PASS_REGULAR_EXPRESSION "TestPassed;All ok" PASS_REGULAR_EXPRESSION "TestPassed;All ok"
...@@ -42,7 +42,7 @@ Set_Tests_Properties(${testname} PROPERTIES ...@@ -42,7 +42,7 @@ Set_Tests_Properties(${testname} PROPERTIES
# --- Reconstruction, event-by-event # --- Reconstruction, event-by-event
Set(testname much_reco_event) Set(testname much_reco_event)
add_test(${testname} ${MACRO_DIR}/run_reco_event.sh ${NumEvents} \"data/muons\" \"sis100_muon_lmvm_APR21\" 1 1) add_test(${testname} ${MACRO_DIR}/run_reco_event.sh ${NumEvents} \"data/muons\" \"sis100_muon_lmvm\" 1 1)
SET_TESTS_PROPERTIES(${testname} PROPERTIES SET_TESTS_PROPERTIES(${testname} PROPERTIES
TIMEOUT "1200" TIMEOUT "1200"
PASS_REGULAR_EXPRESSION "TestPassed;All ok" PASS_REGULAR_EXPRESSION "TestPassed;All ok"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment