Commit af3d3a8e authored by Rémy Coutable's avatar Rémy Coutable

Fix the 'rspec_simple_job' helper function

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 5e21cc09
......@@ -44,7 +44,7 @@ function rspec_simple_job() {
scripts/gitaly-test-spawn
bin/rspec --color --format documentation --format RspecJunitFormatter --out junit_rspec.xml "${rspec_opts}"
bin/rspec --color --format documentation --format RspecJunitFormatter --out junit_rspec.xml ${rspec_opts}
}
function rspec_paralellized_job() {
......
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