Skip to content

Commit

Permalink
Try to fix a test failure that only happens on RunCodeRun.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Mar 6, 2010
1 parent 24d51a5 commit f7b729f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ if ENV['RUN_CODE_RUN']
if File.directory?("haml")
Dir.chdir("haml") do
sh "git", "fetch"
sh "git", "reset", "--hard", "origin/stable"
end
else
sh "git", "clone", "git://github.com/nex3/haml.git"
end
Dir.chdir("haml") do
sh "git", "reset", "--hard", "origin/stable"
end
$LOAD_PATH.unshift "haml/lib"
end

Expand Down

0 comments on commit f7b729f

Please sign in to comment.