Skip to content

Commit

Permalink
- Fixed autotest/isolate so it works
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ZenTest/dev/": change = 6096]
  • Loading branch information
drbrain committed Dec 28, 2010
1 parent 4ccb2d9 commit 4407369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/autotest/isolate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def self.dir= o
end

Autotest.add_hook :initialize do |at|
ENV["GEM_PATH"] = dir
ENV["GEM_PATH"] = @@dir
ENV["PATH"] += ":#{@@dir}/bin"

Gem.clear_paths
Expand Down

0 comments on commit 4407369

Please sign in to comment.