From d461d8a92ab3ab3e13db5ad304f9033159604302 Mon Sep 17 00:00:00 2001 From: Lara Ramona Peeters <49882639+laraPPr@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:28:09 +0100 Subject: [PATCH] Quick change to see if test pass when the right amount of resources are set by ReFrame --- test_suite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_suite.sh b/test_suite.sh index 1f0b91c477..249af43b27 100755 --- a/test_suite.sh +++ b/test_suite.sh @@ -217,7 +217,7 @@ else fatal_error "Failed to extract names of tests to run: ${REFRAME_NAME_ARGS}" exit ${test_selection_exit_code} fi -export REFRAME_ARGS="--tag CI --tag 1_node --nocolor ${REFRAME_NAME_ARGS}" +export REFRAME_ARGS="--tag CI --tag 1_4_node --nocolor ${REFRAME_NAME_ARGS}" # List the tests we want to run echo "Listing tests: reframe ${REFRAME_ARGS} --list"