Skip to content

Commit ef08f08

Browse files
fix
Created using spr 1.3.6
1 parent 030af4e commit ef08f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/utils/lit/lit/TestRunner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,7 @@ def _executeShCmd(cmd, shenv, results, timeoutHelper):
954954
# setting the limits in process as we cannot reraise the limits back to
955955
# their defaults without elevated permissions.
956956
if cmd_shenv.ulimit:
957+
executable = sys.executable
957958
args.insert(0, sys.executable)
958959
args.insert(1, os.path.join(builtin_commands_dir, "_launch_with_limit.py"))
959960
for limit in cmd_shenv.ulimit:

0 commit comments

Comments
 (0)