We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acc332 commit 1073dd7Copy full SHA for 1073dd7
tests/scripts/quiet/make
@@ -35,6 +35,7 @@ if [ -n "${MBEDTLS_TEST_OUTCOME_FILE}" ] &&
35
skip=1; continue;;
36
-*) continue;; # Option
37
*=*) continue;; # Variable assignment
38
+ cmTC_*) continue;; # Weirdness from CMake
39
*[!-+./0-9@A-Z_a-z]*) # Target with problematic character
40
targets="$targets ${arg%%[!-+./0-9@A-Z_a-z]*}...";;
41
*) # Normal target
0 commit comments