Skip to content

Commit 2b258ad

Browse files
committed
#425: added json-pp test entry in etc/release/release.sh
1 parent 905f674 commit 2b258ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/release/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ function test_scan {
5050
# minimal test: update when new scans are available
5151
./scancode --quiet -lcip apache-2.0.LICENSE test_scan.json
5252
echo "TEST JSON passed: ./scancode --quiet -lcip apache-2.0.LICENSE test_scan.json"
53+
./scancode --quiet -lcip --format json-pp apache-2.0.LICENSE test_scan.json
54+
echo "TEST JSON-PP passed: ./scancode --quiet -lcip --format json-pp apache-2.0.LICENSE test_scan.json"
5355
./scancode --quiet -lcip --format html apache-2.0.LICENSE test_scan.html
5456
echo "TEST HTML passed: ./scancode --quiet -lcip --format html apache-2.0.LICENSE test_scan.html"
5557
./scancode --quiet -lcip --format html-app apache-2.0.LICENSE test_scan_app.html

0 commit comments

Comments
 (0)