Skip to content

Commit

Permalink
Fixes check-content target.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngsankha committed Jul 1, 2013
1 parent fed4f95 commit 3a306a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/check.mk
Expand Up @@ -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

5 comments on commit 3a306a4

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from jdm
at ngsankha@3a306a4

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging sankha93/servo/master = 3a306a4 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sankha93/servo/master = 3a306a4 merged ok, testing candidate = fdb0d82

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = fdb0d82

Please sign in to comment.