Permalink
Browse files
Revised TestScript so it installation fails if test fails
- Loading branch information
|
|
@@ -18,7 +18,7 @@ InstallScript: << |
|
|
#cp -pR docs/* %i/share/doc/%n/ |
|
|
<< |
|
|
InfoTest: << |
|
|
TestScript: %p/bin/python%type_raw[python] setup.py test |
|
|
TestScript: %p/bin/python%type_raw[python] setup.py test || exit 2 |
|
|
<< |
|
|
DocFiles: LICENSE.txt CHANGES.txt README.rst |
|
|
Description: Simple JSON encoder/decoder for python |
|
|
|