Skip to content
Permalink
Browse files

Revised TestScript so it installation fails if test fails

  • Loading branch information
khorton committed Mar 7, 2018
1 parent 29cb1db commit 2488c9bb972d49e3a57eccd2fbbd121ec8a89a2c
Showing with 1 addition and 1 deletion.
  1. +1 −1 10.9-libcxx/stable/main/finkinfo/libs/pythonmods/simplejson-py.info
@@ -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

0 comments on commit 2488c9b

Please sign in to comment.
You can’t perform that action at this time.