summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-07-09 02:45:23 -0700
committerelijah <elijah@riseup.net>2016-07-20 11:29:35 -0700
commita8efdb865dbea99e619c0353d707da39118e6e28 (patch)
treee128d00d28a676b8d2c736059578ec72217adc30 /bin
parent7571e0ecb1ffea65df4498cf002c78c170905df8 (diff)
test: added test of quick start tutorial commands
Diffstat (limited to 'bin')
-rwxr-xr-xbin/leap3
1 files changed, 3 insertions, 0 deletions
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