Explorar el Código

Output test log on failure

Martijn Braam hace 2 meses
padre
commit
759a8f78af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -6,7 +6,7 @@ build:
   script:
     - meson build --buildtype release --werror
     - ninja -C build
-    - cd build && meson test --no-rebuild
+    - cd build && meson test --no-rebuild || cat meson-logs/testlog.txt
 
 docs:
   stage: test