diff --git a/evaluation/benchmarks/swe_bench/resource/swt_bench_constants.py b/evaluation/benchmarks/swe_bench/resource/swt_bench_constants.py index a543db4110..b464bc4422 100644 --- a/evaluation/benchmarks/swe_bench/resource/swt_bench_constants.py +++ b/evaluation/benchmarks/swe_bench/resource/swt_bench_constants.py @@ -837,4 +837,4 @@ MAP_REPO_TO_TEST_FRAMEWORK_VERBOSE = { k: 'bin/test -C --verbose' for k in MAP_VERSION_TO_INSTALL_SYMPY.keys() }, } -MAP_REPO_TO_TEST_FRAMEWORK['django/django']['1.9'] = './tests/runtests.py --verbosity 2' +MAP_REPO_TO_TEST_FRAMEWORK_VERBOSE['django/django']['1.9'] = './tests/runtests.py --verbosity 2'