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
|
file.puts $stdout.string
|
||||||
end
|
end
|
||||||
open('/tmp/last_error.compass_test.txt', 'w') do |file|
|
open('/tmp/last_error.compass_test.txt', 'w') do |file|
|
||||||
file.puts @stderr.string
|
file.puts $stderr.string
|
||||||
end
|
end
|
||||||
exit!
|
exit!
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user