Auto merge of #6429 - ecoal95:patch-1, r=metajack

Update jQuery tests usage message

It was in the wrong order.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6429)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-06-19 19:31:57 -06:00
commit de251795c3

View file

@ -130,7 +130,7 @@ def write_results(module, results):
# Print usage if command line args are incorrect # Print usage if command line args are incorrect
def print_usage(): def print_usage():
print("USAGE: {0} servo_binary jquery_base_dir test|update".format(sys.argv[0])) print("USAGE: {0} test|update servo_binary jquery_base_dir".format(sys.argv[0]))
# Run a simple HTTP server to serve up the jQuery test suite # Run a simple HTTP server to serve up the jQuery test suite