mirror of
https://github.com/powerline/powerline.git
synced 2025-07-31 01:35:40 +02:00
15 lines
239 B
Bash
Executable File
15 lines
239 B
Bash
Executable File
#!/bin/sh
|
|
. tests/shlib/common.sh
|
|
|
|
enter_suite vterm
|
|
|
|
# (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
|