akiko19191 commited on
Commit
6106a89
·
verified ·
1 Parent(s): 1128b44

Update tests.py

Browse files
Files changed (1) hide show
  1. tests.py +1 -1
tests.py CHANGED
@@ -105,7 +105,7 @@ def run(cmd, timeout_sec,forever_cmd):
105
  Parent.readline().decode()
106
  return str(Parent.readline().decode())
107
  t=time.time()
108
- child = pexpect.spawn("bash")
109
  output=""
110
  command="cd /app/code_interpreter/ && "+cmd
111
 
 
105
  Parent.readline().decode()
106
  return str(Parent.readline().decode())
107
  t=time.time()
108
+ child = pexpect.spawn("sudo bash")
109
  output=""
110
  command="cd /app/code_interpreter/ && "+cmd
111