Commit 9b36941fce15025f795d8ed58596011c63c2ea95

Authored by Dmitriy Zaporozhets
2 parents f6f80659 09834380

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,7 +106,7 @@ module TestEnv
106 setup_stubs 106 setup_stubs
107 [ 107 [
108 %W(git reset --hard --quiet), 108 %W(git reset --hard --quiet),
109 - %W(git clean -fx), 109 + %W(git clean -fx --quiet),
110 %W(git checkout --quiet origin/master) 110 %W(git checkout --quiet origin/master)
111 ].each do |git_cmd| 111 ].each do |git_cmd|
112 system(*git_cmd, chdir: seed_satellite_path) 112 system(*git_cmd, chdir: seed_satellite_path)