bumblebee-status/testjson.sh
Tobi-wan Kenobi 633f167f18 [testjson] Exclude known invalid JSON from tests
There are invalid JSON files in themes/ that are used for unit tests, so
exclude those from the testjson.sh execution.

see #41
2017-02-24 18:13:17 +01:00

3 lines
80 B
Bash
Executable file

#!/bin/sh
find themes/ -name "*.json"|grep -v invalid|xargs cat|json_verify -s