Commit fdcaac97 authored by norvell's avatar norvell
Browse files

Limit wildcard to CLANG*/logs, to exclude .git/logs. Ideally, it should depend...

Limit wildcard to CLANG*/logs, to exclude .git/logs. Ideally, it should depend on $SANITIZER_TESTS, but this helps debugging failures until a more elegant solution is found.
parent 250902cd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -481,7 +481,7 @@ codec-comparison-on-main-push:
    when: always
    paths:
      - ep_015.g192
      - "*/logs"
      - "CLANG*/logs"

sanitizer-test-mono:
  extends: .sanitizer-test-template