mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-28 22:16:15 +10:00
Merge pull request #6527 from tsigo/quieter-test-output
Quieter test output
This commit is contained in:
@@ -106,7 +106,7 @@ module TestEnv
|
||||
setup_stubs
|
||||
[
|
||||
%W(git reset --hard --quiet),
|
||||
%W(git clean -fx),
|
||||
%W(git clean -fx --quiet),
|
||||
%W(git checkout --quiet origin/master)
|
||||
].each do |git_cmd|
|
||||
system(*git_cmd, chdir: seed_satellite_path)
|
||||
|
||||
Reference in New Issue
Block a user