Commit 92715bf3 authored by Jan Kiene's avatar Jan Kiene
Browse files

rename LOG -> LOG_PLC for clarity

parent 4c2d91b7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -590,7 +590,7 @@ codec-comparison-on-main-push:
    when: always
    paths:
      - ep_015.g192
      - ./LOGS
      - ./LOGS_PLC
      - ./LOGS_noPLC

sanitizer-test-mono:
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ def collect_for_sanitizer_test(file):
            else:
                files_to_archive_noPLC[test] = files_noPlc

    log_folder = pathlib.Path("./LOGS")
    log_folder = pathlib.Path("./LOGS_PLC")
    log_folder.mkdir()
    for test in files_to_archive.keys():
        log_folder.joinpath(test).mkdir()