Commit 1ec0fba3 authored by Afif Elghraoui's avatar Afif Elghraoui
Browse files

d/tests/Makefile: update test script to accomodate return code change

parent 0a10ae20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,4 +10,4 @@ py3-test: SHELL=python3
	import sys
	from cobra.test import test_all

	sys.exit(test_all())
	sys.exit(0) if test_all() else sys.exit(1)