Skip to content

Commit

Permalink
better error reporting for cartridge CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum committed Jul 2, 2020
1 parent 333cfd9 commit 6135cb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .azure-pipelines/linux_build_cartridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ steps:
- bash: |
cd build
sh ./Code/PgSQL/rdkit/pgsql_regress.sh
if [ -e ./Code/PgSQL/rdkit/regression.diffs ]
then
cat ./Code/PgSQL/rdkit/regression.diffs
fi
displayName: Run tests

0 comments on commit 6135cb2

Please sign in to comment.