mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
auto merge of #555 : sankha93/servo/master, r=jdm
Fixes the broken check-content target as reported by @jdm in #519.
This commit is contained in:
commit
fdb0d820a4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ check-ref: reftest
|
|||
./reftest --source-dir=$(S)/src/test/html/ref --work-dir=src/test/html/ref $(TESTNAME)
|
||||
|
||||
check-content: contenttest
|
||||
./contenttest --source-dir=$(S)/src/test/content $(TESTNAME)
|
||||
./contenttest --source-dir=$(S)/src/test/html/content $(TESTNAME)
|
||||
|
||||
tidy:
|
||||
python $(S)src/etc/tidy.py $(S)src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue