Skip to content

Commit 37df0e7

Browse files
authored
Add report render script (#74)
* add report script * update to main branch * update script * switch to new results rendering script
1 parent 9539ab4 commit 37df0e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

scripts/render_report.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#!/bin/bash
3+
4+
set -e
5+
6+
common/scripts/render_results_report "$@"

0 commit comments

Comments
 (0)