mirror of https://github.com/zulip/zulip.git
Fix test_runner.py fast_test_only return type.
This commit is contained in:
parent
fcc32b1093
commit
3475a5c1ed
|
@ -57,7 +57,7 @@ def run_test(test):
|
|||
test_method = get_test_method(test)
|
||||
|
||||
if fast_tests_only() and is_known_slow_test(test_method):
|
||||
return
|
||||
return failed
|
||||
|
||||
test_name = full_test_name(test)
|
||||
|
||||
|
|
Loading…
Reference in New Issue