4 lines
92 B
Bash
4 lines
92 B
Bash
|
#!/bin/sh -e
|
||
|
|
||
|
nosetests --ckan --nologcapture --with-pylons=subdir/test.ini ckanext/spatial
|