Commit d1d4d773 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'fix-reports-rights' into 'main'

fix: allow non root to write in reports dir

Closes #15

See merge request to-be-continuous/bash!49
parents 20677da0 70578b71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -586,7 +586,7 @@ bash-bats:
    BATS_REPORT_FILENAME: bash-bats.xunit.xml
  script:
    - install_bats_libs
    - mkdir reports
    - mkdir -p -m 777 reports
    - run_bats --report-formatter junit --output reports $BASH_BATS_OPTS $BASH_BATS_TESTS
  # the coverage regex captures 2 possible output logs (depending on the formatter)
  # 1: ... LOC (27.27%) covered