mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b622fea47d516f82e303c1954d0aee2652466c80
This commit is contained in:
parent
cb915d669a
commit
c6927c2425
54 changed files with 651 additions and 533 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env sh
|
||||
set -ex
|
||||
|
||||
SCRIPT_DIR=$(dirname $(readlink -f "$0"))
|
||||
WPT_ROOT=$(readlink -f $SCRIPT_DIR/..)
|
||||
SCRIPT_DIR=$(cd $(dirname "$0") && pwd -P)
|
||||
WPT_ROOT=$SCRIPT_DIR/..
|
||||
cd $WPT_ROOT
|
||||
|
||||
main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue