633f167f18
There are invalid JSON files in themes/ that are used for unit tests, so exclude those from the testjson.sh execution. see #41
3 lines
80 B
Bash
Executable file
3 lines
80 B
Bash
Executable file
#!/bin/sh
|
|
|
|
find themes/ -name "*.json"|grep -v invalid|xargs cat|json_verify -s
|