blob: 03c2f8a879c0c0197d3b042a22e94ea3a079afb9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
. tests/shlib/common.sh
enter_suite lint final
if ! "$PYTHON" "$ROOT/scripts/powerline-lint" -p "$ROOT/powerline/config_files" ; then
fail "test" F "Running powerline-lint failed"
fi
exit_suite
|