Created
October 29, 2021 17:23
-
-
Save connorjclark/6a7a2d86ec5da5d5b0ca343b60f7321e to your computer and use it in GitHub Desktop.
lighthouse chrome bisect cdt-manifest-install-errors-hang
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# python bisect-builds.py --verify-range -a mac -g 800000 -b 929940 --use-local-cache --not-interactive -c "bash $PWD/scripts/cdt-manifest-install-errors-hang/script.sh %p" | |
# result | |
# https://chromium.googlesource.com/chromium/src/+log/f4571bef8272f8dce9169f8605138d09392fdb74..a4cd0dbf88fe1e055a03f5394fe2cadd1156c7d7 | |
LH=~/src/lighthouse | |
export CHROME_PATH=$1 | |
# brew install coreutils | |
cd $LH | |
pwd | |
if gtimeout 60 yarn run-devtools 'https://restaurantguru.com/'; then | |
echo "ok $1" | |
exit 0 | |
else | |
echo "bad $1" | |
exit 1 | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment