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…
Reference in New Issue