Skip to content

Commit f721817

Browse files
[SimCI] Do NOT run everything if anything changed in test directory (#1475)
1 parent a883150 commit f721817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_generator_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ pushd ${REPO_DIR} > /dev/null
378378

379379
# First check, if testing itself has changed. In that case this will add INI files
380380
# for which a test can be found
381-
global_testing_changed=$(get_changed_files | grep -E ".C$|.sh$" | grep "^test/")
381+
global_testing_changed=$(get_changed_files | grep -E "common/kine_tests/test_generic_kine.C|run_generator_tests.sh" | grep "^test/")
382382
[[ "${global_testing_changed}" != "" ]] && add_ini_files_from_all_tests
383383

384384
# Then add the ini files that have changed as well. We need to do that so we get information

0 commit comments

Comments
 (0)