This commit is contained in:
Adrian 2015-09-29 22:24:13 +02:00
parent a611593597
commit cba532aa2c

View file

@ -35,5 +35,5 @@ test_runner = get_runner(settings)
failures = test_runner(
verbosity=1,
interactive=False,
failfast=False).run_tests()
failfast=False).run_tests([])
sys.exit(failures)