tests: fix syntax

This commit is contained in:
Jose Diaz-Gonzalez
2020-06-19 23:41:19 -04:00
parent 90a5391252
commit ca5c9d6c45

View File

@@ -84,8 +84,8 @@ jobs:
- run:
shell: /bin/bash
command: |
@mkdir -p test-results/bats
@cd tests/unit && echo "executing tests: $(shell cd tests/unit ; ls << parameters.index >>*.bats | xargs)"
mkdir -p test-results/bats
cd tests/unit && echo "executing tests: $(shell cd tests/unit ; ls << parameters.index >>*.bats | xargs)"
cd tests/unit && bats --formatter bats-format-junit -e -T -o ../../test-results/bats $(shell cd tests/unit ; ls << parameters.index >>*.bats | xargs)
no_output_timeout: 60m
- store_artifacts: