summaryrefslogtreecommitdiff
path: root/scripts/port_passes_tests_to_lit.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/port_passes_tests_to_lit.py')
-rwxr-xr-xscripts/port_passes_tests_to_lit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/port_passes_tests_to_lit.py b/scripts/port_passes_tests_to_lit.py
index 1ac5ac838..659cc20d2 100755
--- a/scripts/port_passes_tests_to_lit.py
+++ b/scripts/port_passes_tests_to_lit.py
@@ -91,7 +91,7 @@ def port_test(args, test):
continue
os.remove(f)
if args.git_add:
- subprocess.rcheck_call(['git', 'add', f])
+ subprocess.check_call(['git', 'add', f])
if args.git_add:
subprocess.check_call(['git', 'add', dest])