Commit 9b36941fce15025f795d8ed58596011c63c2ea95
Exists in
spb-stable
and in
3 other branches
Merge pull request #6527 from tsigo/quieter-test-output
Quieter test output
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/support/test_env.rb
... | ... | @@ -106,7 +106,7 @@ module TestEnv |
106 | 106 | setup_stubs |
107 | 107 | [ |
108 | 108 | %W(git reset --hard --quiet), |
109 | - %W(git clean -fx), | |
109 | + %W(git clean -fx --quiet), | |
110 | 110 | %W(git checkout --quiet origin/master) |
111 | 111 | ].each do |git_cmd| |
112 | 112 | system(*git_cmd, chdir: seed_satellite_path) | ... | ... |