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 d896f7d commit 2009870cbbd5dfb55a00649aff1b3971a8e067e4
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 2009870

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