TT#72700 bench.sh: fix skip config option

If enabled, run_tests.sh should have -C option too

Change-Id: I9a7a03295831462d62a6645bd5bccf587e0a2b01
changes/62/37462/1
Victor Seva 6 years ago
parent 9ae70bb9e5
commit 5ec9fa1a30

@ -28,7 +28,7 @@ if [ "${PROFILE}" != "CE" ] && [ "${PROFILE}" != "PRO" ]; then
fi
NUM=${1:-20}
RUN_OPS=(-c -r -p"${PROFILE}")
RUN_OPS=(-C -c -r -p"${PROFILE}")
# clean previous
rm -rf log_* result_*
@ -41,7 +41,6 @@ if ! "${SKIP_CONFIG}" ; then
echo "add configuration for tests"
./bin/config_debug.pl on
ngcpcfg apply 'k-c-t on'
RUN_OPS+=(-C)
fi
echo "$(date) - Starting $NUM tests"

Loading…
Cancel
Save