1d5bc2a792
Do not put debug messages. Show all test results instead of failed only. Align concurency to cpucount. Also fix bashisms in rm commands. Related blueprint: deployment-data-dryrun Change-Id: I05438471873efb44e7432c6544ea44919e6e0a8c Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
7 lines
174 B
Bash
Executable File
7 lines
174 B
Bash
Executable File
#!/bin/sh
|
|
DIR=`dirname $0`
|
|
cd "${DIR}" || exit 1
|
|
rm -v fuel-noop-fixtures/reports/*.json
|
|
rm -v fuel-noop-fixtures/reports/*.xml
|
|
rm -v fuel-noop-fixtures/hiera/globals/*.yaml
|