Skip to content

Commit

Permalink
#1282 Revert actions
Browse files Browse the repository at this point in the history
Add log to test.py
  • Loading branch information
AliaksandrDziarkach committed Sep 20, 2023
1 parent 422fc12 commit 0a574d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/indigo-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,6 @@ jobs:
INDIGO_PATH: ${{ github.workspace }}/dist
run: |
java -Xss4m -jar jython.jar api/tests/integration/test.py -t 1 -j junit_report.xml
- name: Show diff
run: |
cat api/tests/integration/out/rendering/*.diff
- name: Publish Test Report
if: always()
uses: mikepenz/action-junit-report@v3
Expand Down
2 changes: 2 additions & 0 deletions api/tests/integration/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ def run_analyze_test(args):
f.close()
with stdout_lock:
sys.__stdout__.write(out_message + "\n")
if test_status == "[FAILED]":
sys.__stdout__.write(msg + "\n")
test_result = (root, filename, test_status, msg, tspent)
return test_result

Expand Down

0 comments on commit 0a574d4

Please sign in to comment.