10000 No need for runtests.rb - they can be run through Rake. · awesome-python/html5lib-python@346cc04 · GitHub
[go: up one dir, main page]

Skip to content

Commit 346cc04

Browse files
author
Tim Fletcher
committed
No need for runtests.rb - they can be run through Rake.
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40588
1 parent c0b8bb7 commit 346cc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# A simple script to run both the python and ruby tests back to back
44
#
5-
python tests/runtests.py && (cd ruby; ruby runtests.rb)
5+
python tests/runtests.py && (cd ruby; rake test)

0 commit comments

Comments
 (0)
0