From: Jacob Lifshay Date: Wed, 29 Jul 2020 00:27:44 +0000 (-0700) Subject: clean up some tests X-Git-Tag: semi_working_ecp5~502 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dec4f149d73010a167f1f6eda7fb5f7293dd6038;p=soc.git clean up some tests --- diff --git a/src/soc/config/test/test_pi2ls.py b/src/soc/config/test/test_pi2ls.py index 4af953d8..3b34347e 100644 --- a/src/soc/config/test/test_pi2ls.py +++ b/src/soc/config/test/test_pi2ls.py @@ -142,4 +142,4 @@ class TestPIMem(unittest.TestCase): if __name__ == '__main__': - unittest.main(exit=False) + unittest.main() diff --git a/src/soc/experiment/l0_cache.py b/src/soc/experiment/l0_cache.py index 4cdd276f..7ffaa05d 100644 --- a/src/soc/experiment/l0_cache.py +++ b/src/soc/experiment/l0_cache.py @@ -408,4 +408,4 @@ class TestDualPortSplitter(unittest.TestCase): if __name__ == '__main__': - unittest.main(exit=False) + unittest.main()