1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 05:12:40 +03:00

remove esctest

This commit is contained in:
Wez Furlong 2019-03-23 14:30:54 -07:00
parent db015e9ff1
commit c93f967bc4
3 changed files with 0 additions and 16 deletions

3
.gitmodules vendored
View File

@ -1,9 +1,6 @@
[submodule "harfbuzz/harfbuzz"]
path = deps/harfbuzz/harfbuzz
url = https://github.com/harfbuzz/harfbuzz.git
[submodule "ci/esctest"]
path = ci/esctest
url = https://gitlab.freedesktop.org/terminal-wg/esctest
[submodule "freetype/freetype2"]
path = deps/freetype/freetype2
url = git://git.savannah.gnu.org/freetype/freetype2.git

@ -1 +0,0 @@
Subproject commit c75fe263b4c9300535b33d0ae494141a4cf63f9b

View File

@ -1,12 +0,0 @@
#!/bin/sh
set -x
export RUST_BACKTRACE=1
cargo run -- start --front-end null -- python -B ./ci/esctest/esctest/esctest.py \
--expected-terminal=xterm \
--xterm-checksum=334 \
--v=3 \
--timeout=0.1 \
--no-print-logs \
--logfile=esctest.log
#--stop-on-failure \