What's new? | Help | Directory | Sign in
Google
                
1
2
3
4
5
#!/bin/sh
#
# A simple script to run both the python and ruby tests back to back
#
(cd python; python tests/runtests.py) && (cd ruby; rake test)
Show details Hide details

Change log

r709 by sa3ruby on Jun 11, 2007   Diff
Move python code into a python directory
Go to: 
Project members, sign in to write a code review

Older revisions

r588 by twoggle on May 20, 2007   Diff
No need for runtests.rb - they can be
run through Rake.
r573 by sa3ruby on May 19, 2007   Diff
Add back in testing of Ruby simpletree
treebuilder
Rearrange tests so that tests that
fail won't be tested against other
builders
...
All revisions of this file

File info

Size: 145 bytes, 5 lines