Skip to content

Commit 8009c90

Browse files
committed
Attempt to reduce non-deterministic output
1 parent 109fae4 commit 8009c90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

buildpacks/ruby/tests/integration_test.rs

+5
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ fn test_default_app_ubuntu20() {
191191
STDERR.sync = true
192192
193193
task "assets:precompile" do
194+
# Non-determinism in output https://github.com/heroku/buildpacks-ruby/issues/409
195+
STDOUT.puts
196+
STDERR.puts
197+
sleep 0.1
198+
194199
puts "START RAKE TEST OUTPUT"
195200
run!("echo $PATH")
196201
run!("which -a rake")

0 commit comments

Comments
 (0)