mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
9 lines
173 B
Bash
9 lines
173 B
Bash
set -ex
|
|
|
|
SCRIPT_DIR=$(dirname $(readlink -f "$0"))
|
|
WPT_ROOT=$(readlink -f $SCRIPT_DIR/../..)
|
|
cd $WPT_ROOT
|
|
|
|
mkdir -p ~/meta
|
|
./wpt manifest -p ~/meta/MANIFEST.json
|
|
./wpt lint
|