Method: CodeRunner::Juropa#output_file
- Defined in:
- lib/coderunner/system_modules/juropa.rb
#output_file ⇒ Object
95 96 97 98 |
# File 'lib/coderunner/system_modules/juropa.rb', line 95 def output_file return "#{executable_name}.sh.o" if kind_of? CodeRunner::Run and [:Completed, :Failed].include? @status return "#{executable_name}.#{job_identifier}.o#@job_no" end |