Skip to content

Commit ac74366

Browse files
committed
debug: temp disable cleanup for debugging
1 parent 00d7aff commit ac74366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.toys/kokoro-ci.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,8 @@ def test_product dir
334334
end
335335
end
336336
end
337-
exec ["bundle", "exec", "ruby", "spec/e2e_cleanup.rb", dir, @build_id] if is_e2e
337+
#exec ["bundle", "exec", "ruby", "spec/e2e_cleanup.rb", dir, @build_id] if is_e2e
338+
puts "TEMP DISABLE CLEANUP FOR DEBUGGING"
338339
finish_time = Time.now.to_i
339340
puts "Tests for #{dir} took #{finish_time - start_time} seconds"
340341
end

0 commit comments

Comments
 (0)