Skip to content
Snippets Groups Projects
Commit 573ec210 authored by Mark Wheelhouse's avatar Mark Wheelhouse
Browse files

correct emulator exit_code output in refEmulate file

parent ee14e19f
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ files.each do |file_path| ...@@ -85,7 +85,7 @@ files.each do |file_path|
puts "-- Emulation Output:" puts "-- Emulation Output:"
puts json['emulator_out'] puts json['emulator_out']
puts "---------------------------------------------------------------" puts "---------------------------------------------------------------"
puts "The exit code is: #{exit_code}." puts "The exit code is: #{json['emulator_exit']}."
puts "" puts ""
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment