Skip to content

Commit 1073dd7

Browse files
Ignore weirdness from cmake
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
1 parent 4acc332 commit 1073dd7

File tree

1 file changed

+1
-0
lines changed
  • tests/scripts/quiet

1 file changed

+1
-0
lines changed

tests/scripts/quiet/make

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ if [ -n "${MBEDTLS_TEST_OUTCOME_FILE}" ] &&
3535
skip=1; continue;;
3636
-*) continue;; # Option
3737
*=*) continue;; # Variable assignment
38+
cmTC_*) continue;; # Weirdness from CMake
3839
*[!-+./0-9@A-Z_a-z]*) # Target with problematic character
3940
targets="$targets ${arg%%[!-+./0-9@A-Z_a-z]*}...";;
4041
*) # Normal target

0 commit comments

Comments
 (0)