mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
11 lines
208 B
Bash
Executable File
11 lines
208 B
Bash
Executable File
#!/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
|