Skip to content
Snippets Groups Projects
Commit 09834380 authored by Robert Speicher's avatar Robert Speicher
Browse files

TestEnv.reset_satellite_dir should run 'git clean' quietly

Removes the "Removing gitlabhq" messages cluttering spec output
parent 50670948
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment