mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 17:23:03 +01:00
8 lines
286 B
Bash
8 lines
286 B
Bash
# -*- sh -*-
|
|
#
|
|
# Sanity tests for the table-producing scripts. Should succeed and produce
|
|
# nothing on stdout/stderr
|
|
#
|
|
( cd ../data/treeio/2021-12-09 && sarif-extract-tables results.sarif test-tables )
|
|
( cd ../data/treeio && sarif-extract-multi multi-sarif-01.json test-multi-table )
|