mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
remove esctest
This commit is contained in:
parent
db015e9ff1
commit
c93f967bc4
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
@ -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 \
|
Loading…
Reference in New Issue
Block a user