mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test(install): check for Firefox binary, clean up messages (#6316)
This commit is contained in:
committed by
GitHub
parent
142f88c7c4
commit
996e82c7aa
@@ -22,7 +22,7 @@ cd $TMPDIR
|
||||
PUPPETEER_PRODUCT=firefox npm install --loglevel silent "${tarball}"
|
||||
node --eval="require('puppeteer')"
|
||||
rm "${tarball}"
|
||||
ls $TMPDIR/node_modules/puppeteer/.local-firefox/
|
||||
ls $TMPDIR/node_modules/puppeteer/.local-firefox/linux-*/firefox/firefox
|
||||
|
||||
# Again for puppeteer-core
|
||||
cd $ROOTDIR
|
||||
|
||||
Reference in New Issue
Block a user