1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/ci/run-esctest.sh

13 lines
273 B
Bash
Raw Normal View History

2019-03-18 01:23:53 +03:00
#!/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 \
2019-03-18 01:23:53 +03:00
--v=3 \
--timeout=0.1 \
--no-print-logs \
2019-03-18 01:23:53 +03:00
--logfile=esctest.log
#--stop-on-failure \