Author: Sandro Tosi <morph@debian.org>
Description: Don't use reset to clean the screen before running tests (play bad
with our build systems)
--- a/Makefile
+++ b/Makefile
@@ -63,13 +63,10 @@ docs: cleanpyc
 
 # Tests --------------------------------------------------------------
 
-test-pre:
-	reset
-
-test: test-pre
+test:
 	export PYTHONPATH=${PYTHONPATH} && cd ${TESTS_DIR} && python testrunner.py
 
-test3: test-pre
+test3:
 	export PYTHONPATH=${PYTHONPATH} && cd ${TESTS_DIR} && python3 testrunner.py
 
 tests: test
