summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-12-16 17:30:08 +0100
committerChristoph Helma <helma@in-silico.ch>2010-12-16 17:30:08 +0100
commit9400b9abba43cc3a9d2a21d1ab174534de9f9128 (patch)
treeef7d7b25f839254157eae262be50559719a8aa59 /Rakefile
parent96044090c5955a475388d35eb1d7aa51210266ef (diff)
lazar results rounded to 4 decimal points
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 01050c8..a287f95 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,6 +5,7 @@ TEST_USER = "guest"
TEST_PW = "guest"
task ARGV[0] do
+ puts ENV["RACK_ENV"]
puts ARGV[0]+".rb"
require "./"+ARGV[0]+".rb"
end