blob: ad8d72a6914fae9f21540b5e90efade05747a473 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/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
|