summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 99382e5..16911c1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -24,7 +24,7 @@ end
def run_int_test(file)
print_task "Running interpreted test: #{file}.rb"
- run_cmd "( cd test/ && ruby #{file}.rb )"
+ run_cmd "( cd test/ && ruby -w #{file}.rb )"
end
def run_native_test(file)