Lint test configuration

This commit is contained in:
Foo 2016-01-07 05:15:39 +03:00 committed by S0lll0s
parent b29988b7ec
commit 619ae9050e
2 changed files with 7 additions and 10 deletions

View File

@ -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

View File

@ -1,10 +0,0 @@
{
"segment_data": {
"time": {
"display": false
},
"powerline.segments.common.time.date": {
"display": false
}
}
}