fuel-library/tests/noop/purge_reports.sh
Bogdan Dobrelya 1d5bc2a792 Fix noop tests run settings
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>
2016-02-26 17:31:49 +00:00

6 lines
128 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