We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a883150 commit f721817Copy full SHA for f721817
test/run_generator_tests.sh
@@ -378,7 +378,7 @@ pushd ${REPO_DIR} > /dev/null
378
379
# First check, if testing itself has changed. In that case this will add INI files
380
# for which a test can be found
381
-global_testing_changed=$(get_changed_files | grep -E ".C$|.sh$" | grep "^test/")
+global_testing_changed=$(get_changed_files | grep -E "common/kine_tests/test_generic_kine.C|run_generator_tests.sh" | grep "^test/")
382
[[ "${global_testing_changed}" != "" ]] && add_ini_files_from_all_tests
383
384
# Then add the ini files that have changed as well. We need to do that so we get information
0 commit comments