summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 76d901c..b91fa6a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -46,6 +46,7 @@ def run_web_test(file)
print_task "Running web test: #{file}.rb"
run_cmd "ruby2d build --clean"
run_cmd "ruby2d build --web test/#{file}.rb --debug"
+ return # temporarily disable
open_cmd = 'open'
case RUBY_PLATFORM
when /linux/