Commit aa9e2fda authored by Jan Kiene's avatar Jan Kiene
Browse files

make debug output more unambigious

parent c66dae41
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ build-codec-linux-make:
  script:
    - make -j 2>&1 | tee $BUILD_OUTPUT
    - ci/check_for_warnings.py $BUILD_OUTPUT || exit_code=$?
    - 'echo "Exit code: $exit_code"'
    - 'echo "Exit code: |$exit_code|"'
    - exit $exit_code

build-unittests-linux: