fix bug in test runner
This commit is contained in:
parent
ecd1efdea4
commit
b3ed3705c9
@ -76,7 +76,7 @@ When /^I run in a separate process: compass ([^\s]+) ?(.+)?$/ do |command, args|
|
||||
file.puts $stdout.string
|
||||
end
|
||||
open('/tmp/last_error.compass_test.txt', 'w') do |file|
|
||||
file.puts @stderr.string
|
||||
file.puts $stderr.string
|
||||
end
|
||||
exit!
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user