diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2020-06-09 08:20:32 +0000 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2020-06-09 10:26:43 +0000 |
commit | 2a42c14544107c05fa3b98b130f1e78ff5d58068 (patch) | |
tree | 24bcac70466d5b5b7a34b824d9ad72622bd3fd98 /tests/wpt/web-platform-tests/docs/frontend.py | |
parent | 8b56b7a3c25a717953cde0706464c8f9fed6a3d7 (diff) | |
download | servo-2a42c14544107c05fa3b98b130f1e78ff5d58068.tar.gz servo-2a42c14544107c05fa3b98b130f1e78ff5d58068.zip |
Update web-platform-tests to revision a5cb9597799c5f9bf0a809006161a0c50055828f
Diffstat (limited to 'tests/wpt/web-platform-tests/docs/frontend.py')
-rw-r--r-- | tests/wpt/web-platform-tests/docs/frontend.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/docs/frontend.py b/tests/wpt/web-platform-tests/docs/frontend.py new file mode 100644 index 00000000000..4b97e2e0958 --- /dev/null +++ b/tests/wpt/web-platform-tests/docs/frontend.py @@ -0,0 +1,8 @@ +import subprocess +import os + +here = os.path.dirname(__file__) + + +def build(*args, **kwargs): + subprocess.check_call(["make", "html"], cwd=here) |