Skip to content

Instantly share code, notes, and snippets.

@pedrodelgallego
Created August 6, 2010 10:20
Show Gist options
  • Save pedrodelgallego/511141 to your computer and use it in GitHub Desktop.
Save pedrodelgallego/511141 to your computer and use it in GitHub Desktop.
// Running sputniktests from the command line.
$> ./tools/sputnik.py --command ~/gsoc/2010/besen/shell/BESENShellLinux386
Traceback (most recent call last):
File "./tools/sputnik.py", line 515, in <module>
Main()
File "./tools/sputnik.py", line 510, in Main
options.full_summary)
File "./tools/sputnik.py", line 412, in Run
result = case.Run(command_template)
File "./tools/sputnik.py", line 253, in Run
result = self.RunTestIn(command_template, tmp)
File "./tools/sputnik.py", line 224, in RunTestIn
(code, out, err) = self.Execute(command)
File "./tools/sputnik.py", line 240, in Execute
stderr = stderr.fd
File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
raise child_exception
OSError: [Errno 13] Permission denied
// Running sputniktests inside emacs.
python tools/sputnik.py --command ~/gsoc/2010/besen/shell/BESENShellLinux386S15.5.4.18_A1_T5.js
Traceback (most recent call last):
File "tools/sputnik.py", line 515, in <module>
Main()
File "tools/sputnik.py", line 510, in Main
options.full_summary)
File "tools/sputnik.py", line 412, in Run
result = case.Run(command_template)
File "tools/sputnik.py", line 253, in Run
result = self.RunTestIn(command_template, tmp)
File "tools/sputnik.py", line 224, in RunTestIn
(code, out, err) = self.Execute(command)
File "tools/sputnik.py", line 240, in Execute
stderr = stderr.fd
File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Compilation exited abnormally with code 1 at Fri Aug 6 12:18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment