Explorar el Código

Regression tests: output list of failures in Travis terminal output

Alexander Gessler hace 11 años
padre
commit
1249171bba
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -23,4 +23,7 @@ script:
   - cd ../regression
   - chmod 755 run.py
   - ./run.py
+  - echo ==========================================================
+  - echo REGRESSION TEST FAILS (results/run_regression_suite_failures.csv)
+  - cat ../results/run_regression_suite_failures.csv