Continue to run the subsequent testcases even if an exception was caught in the previous testcase
diff --git a/TestON/core/teston.py b/TestON/core/teston.py
index 70de8ec..6e95e3e 100644
--- a/TestON/core/teston.py
+++ b/TestON/core/teston.py
@@ -247,6 +247,7 @@
                 #print code[testCaseNumber][step]
                 self.stepCount = self.stepCount + 1
                 self.log.exception(e)
+                return main.FALSE
             return main.TRUE
         
         if cli.stop: