Files

15 lines
373 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -e
# Load the sitespeed.io binary path discovered at build time
if [ -f /sitespeed_env ]; then
source /sitespeed_env
fi
echo "[start.sh] SITESPEED_BIN=${SITESPEED_BIN:-NOT FOUND}"
# Do NOT start Xvfb here — sitespeed.io starts its own Xvfb instance
# per test run. Starting one here causes a conflict on :99 and breaks Chrome.
exec node /app/app.js