debug & ci
CI / Build & Test (push) Successful in 2m47s

This commit is contained in:
Raven Scott
2026-03-01 03:51:11 -05:00
parent b9d53fa725
commit 9e70c48d48
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ jobs:
echo "Testing binary: $BIN" echo "Testing binary: $BIN"
chmod +x "$BIN" chmod +x "$BIN"
OUTPUT=$(timeout 6 "$BIN" 2>&1 || true) OUTPUT=$(timeout 6 "$BIN" </dev/null 2>&1 || true)
echo "$OUTPUT" echo "$OUTPUT"
if echo "$OUTPUT" | grep -q "\[holesail-browser-host\] ready"; then if echo "$OUTPUT" | grep -q "\[holesail-browser-host\] ready"; then
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
echo "Testing binary: $BIN" echo "Testing binary: $BIN"
chmod +x "$BIN" chmod +x "$BIN"
OUTPUT=$(timeout 6 "$BIN" 2>&1 || true) OUTPUT=$(timeout 6 "$BIN" </dev/null 2>&1 || true)
echo "$OUTPUT" echo "$OUTPUT"
if echo "$OUTPUT" | grep -q "\[holesail-browser-host\] ready"; then if echo "$OUTPUT" | grep -q "\[holesail-browser-host\] ready"; then