fix: tolerate non-zero exit in twitchdownloader smoke test

pull/1163/head
voc0der 2 months ago
parent b90b34ada1
commit 8fef327c84

@ -64,5 +64,7 @@ fi
chmod +x TwitchDownloaderCLI
echo "(3/5) Smoke test"
./TwitchDownloaderCLI --help
# TwitchDownloaderCLI returns non-zero for help/version output, so treat
# invocation success as sufficient for this smoke check.
./TwitchDownloaderCLI --help || true
cp ./TwitchDownloaderCLI /usr/local/bin/TwitchDownloaderCLI

Loading…
Cancel
Save