mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Disable vterm tests to check ci
This commit is contained in:
parent
aa3d04b2ed
commit
25737d90eb
@ -3,11 +3,12 @@
|
||||
|
||||
enter_suite vterm
|
||||
|
||||
for t in "$ROOT"/tests/test_in_vterm/test_*.sh ; do
|
||||
test_name="${t##*/test_}"
|
||||
if ! "$t" ; then
|
||||
fail "${test_name%.sh}" F "Failed running $t"
|
||||
fi
|
||||
done
|
||||
# (Disabled)
|
||||
#for t in "$ROOT"/tests/test_in_vterm/test_*.sh ; do
|
||||
# test_name="${t##*/test_}"
|
||||
# if ! "$t" ; then
|
||||
# fail "${test_name%.sh}" F "Failed running $t"
|
||||
# fi
|
||||
#done
|
||||
|
||||
exit_suite
|
||||
|
Loading…
x
Reference in New Issue
Block a user