This website requires JavaScript.
Explore
Help
Register
Sign in
l.behm
/
bumblebee-status
Watch
1
Star
1
Fork
You've already forked bumblebee-status
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
6bbeb416f8
bumblebee-status
/
testjson.sh
4 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
[core/themes] Prepare adding of themeing support * Add framework JSON definition for themes * Add framework test module * Add framework module see #23
2016-12-04 18:10:04 +01:00
#!/bin/sh
[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
find themes/ -name
"*.json"
|
grep -v invalid
|
xargs cat
|
json_verify -s
Reference in a new issue
Copy permalink