Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 53f1a52

Browse files
author
Mike Heath
committed
Remove log/env.log
1 parent b0e3ba6 commit 53f1a52

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

lib/dea/starting/startup_script_generator.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def generate
3939
script << @system_envs
4040
script << EXPORT_BUILDPACK_ENV_VARIABLES_SCRIPT
4141
script << @user_envs
42-
script << "env > logs/env.log"
4342
script << START_SCRIPT % @start_command
4443
script.join("\n")
4544
end

spec/unit/starting/startup_script_generator_spec.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@
4343
it "sets user variables after buildpack variables" do
4444
script.should match /\.profile\.d.*usrval1/m
4545
end
46-
47-
it "print env to a log file after user envs" do
48-
script.should include "env > logs/env.log"
49-
script.should match /usrval1.*env\.log/m
50-
end
5146
end
5247

5348
describe "starting app" do

0 commit comments

Comments
 (0)