Commit 9b36941f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6527 from tsigo/quieter-test-output

Quieter test output
parents f6f80659 09834380
...@@ -106,7 +106,7 @@ module TestEnv ...@@ -106,7 +106,7 @@ module TestEnv
setup_stubs setup_stubs
[ [
%W(git reset --hard --quiet), %W(git reset --hard --quiet),
%W(git clean -fx), %W(git clean -fx --quiet),
%W(git checkout --quiet origin/master) %W(git checkout --quiet origin/master)
].each do |git_cmd| ].each do |git_cmd|
system(*git_cmd, chdir: seed_satellite_path) system(*git_cmd, chdir: seed_satellite_path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment