Lint test configuration
This commit is contained in:
parent
b29988b7ec
commit
619ae9050e
|
@ -187,6 +187,13 @@ else
|
|||
exit_suite --continue
|
||||
fi
|
||||
|
||||
if ! powerline-lint \
|
||||
-p "$ROOT/powerline/config_files" \
|
||||
-p "$TEST_STATIC_ROOT/powerline"
|
||||
then
|
||||
fail "lint" F "Checking test config failed"
|
||||
fi
|
||||
|
||||
if test $FAILED -eq 0 ; then
|
||||
rm -r "$TEST_ROOT"
|
||||
fi
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"segment_data": {
|
||||
"time": {
|
||||
"display": false
|
||||
},
|
||||
"powerline.segments.common.time.date": {
|
||||
"display": false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue