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:
bors-servo 2013-07-01 04:24:52 -07:00
commit fdb0d820a4

View file

@ -44,7 +44,7 @@ check-ref: reftest
./reftest --source-dir=$(S)/src/test/html/ref --work-dir=src/test/html/ref $(TESTNAME) ./reftest --source-dir=$(S)/src/test/html/ref --work-dir=src/test/html/ref $(TESTNAME)
check-content: contenttest check-content: contenttest
./contenttest --source-dir=$(S)/src/test/content $(TESTNAME) ./contenttest --source-dir=$(S)/src/test/html/content $(TESTNAME)
tidy: tidy:
python $(S)src/etc/tidy.py $(S)src python $(S)src/etc/tidy.py $(S)src