@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user