From a8efdb865dbea99e619c0353d707da39118e6e28 Mon Sep 17 00:00:00 2001 From: elijah Date: Sat, 9 Jul 2016 02:45:23 -0700 Subject: test: added test of quick start tutorial commands --- bin/leap | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/leap b/bin/leap index 7247168..b2eca90 100755 --- a/bin/leap +++ b/bin/leap @@ -14,6 +14,7 @@ else $VERBOSE=nil DEBUG=false end +TEST = false LEAP_CLI_BASE_DIR = File.expand_path('..', File.dirname(File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__)) @@ -90,6 +91,8 @@ module LeapCli::Commands end if DEBUG raise exc + else + exit(1) end end end -- cgit v1.2.3