Skip to content

Commit

Permalink
Dendrite: Show sytest compliance report after sytest runs (#864)
Browse files Browse the repository at this point in the history
* Dendrite: Show sytest compliance report after sytest runs

* Remove prep_sytest_for_sqlite
  • Loading branch information
neilalexander authored May 7, 2020
1 parent 4bba482 commit c56a3e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/dendrite_sytest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@ if [ $TEST_STATUS -ne 0 ]; then
cat /work/show_expected_fail_tests_output.txt >> /logs/annotate.md
fi

echo >&2 "--- Sytest compliance report"
(cd /src && ./are-we-synapse-yet.py /logs/results.tap) || true

exit $TEST_STATUS

0 comments on commit c56a3e0

Please sign in to comment.