From 573ec2103c6d9b41c702568a5c299c0590c70908 Mon Sep 17 00:00:00 2001
From: Mark Laptop <mark.wheelhouse@imperial.ac.uk>
Date: Mon, 24 Feb 2020 11:51:04 +0000
Subject: [PATCH] correct emulator exit_code output in refEmulate file

---
 refEmulate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/refEmulate b/refEmulate
index 745b8a6..ca4e738 100755
--- a/refEmulate
+++ b/refEmulate
@@ -85,7 +85,7 @@ files.each do |file_path|
       puts "-- Emulation Output:" 
       puts json['emulator_out']
       puts "---------------------------------------------------------------"
-      puts "The exit code is: #{exit_code}."
+      puts "The exit code is: #{json['emulator_exit']}."
       puts ""
     end
   end
-- 
GitLab