[CI > Test] Revert debugging

This commit is contained in:
Ducko 2022-02-15 14:18:00 +00:00
parent 2697ef0b26
commit f15f8cff11
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ jobs:
- name: Check if Discord will startup
run: |
coproc { xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging; }
read -u ${COPROC[0]}
grep -m1 "Installing discord_rpc" <&${COPROC[0]}
sleep 1
[[ $COPROC_PID ]] && kill $COPROC_PID