root/branches/2-1-caching/activerecord/test/all.sh
| Revision 7896, 162 bytes (checked in by bitsweat, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | if [ -z "$1" ]; then |
| 4 | echo "Usage: $0 <database>" 1>&2 |
| 5 | exit 1 |
| 6 | fi |
| 7 | |
| 8 | ruby -I connections/native_$1 -e 'Dir["**/*_test.rb"].each { |path| require path }' |
Note: See TracBrowser for help on using the browser.