Commit 09834380 authored by Robert Speicher's avatar Robert Speicher

TestEnv.reset_satellite_dir should run 'git clean' quietly

Removes the "Removing gitlabhq" messages cluttering spec output
parent 50670948
...@@ -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