Skip to content

Commit 701ad4f

Browse files
zeroryuFelicianoTech
authored andcommitted
incorrect override command for minitest metadata (circleci#470)
parallel and files requires 4 spaces indentation so that it can be recognized as a map. also appending the reports folder with "reports" so that it will automatically get uploaded by the script instead of having the xml files be at the root level of the CIRCLE_TEST_REPORTS
1 parent 3cc6057 commit 701ad4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jekyll/_docs/test-metadata.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ And modify your test command to this:
175175
````
176176
test:
177177
override:
178-
- bundle exec rake test TESTOPTS="--ci-dir=$CIRCLE_TEST_REPORTS":
179-
parallel: true
180-
files:
181-
- test/**/*_test.rb
178+
- bundle exec rake test TESTOPTS="--ci-dir=$CIRCLE_TEST_REPORTS/reports":
179+
parallel: true
180+
files:
181+
- test/**/*_test.rb
182182
````
183183

184184
#### <a name="test2junit-for-clojure-tests"></a>test2junit for Clojure tests

0 commit comments

Comments
 (0)