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