Fix reviewday report customization on tripleo.org

The short option was getting a space due to the fact that it is quoted.
This removes the space and thus fixes the project customization
file we use for our website.

Change-Id: I51fc796553d609f8ecdce2a1011aed6b403c705b
This commit is contained in:
Dan Prince 2019-02-01 09:35:18 -05:00
parent 6fe02b09db
commit a41f37b88c

View File

@ -105,7 +105,7 @@ $SUDO_CP mkdir -p $OUT_HTML
# Reviewday
if [ -z "$SKIP_REVIEWDAY" ]; then
pushd reviewday
tox -erun -- "-p $REVIEWDAY_INPUT_FILE"
tox -erun -- "-p$REVIEWDAY_INPUT_FILE"
$SUDO_CP cp -a arrow* out_report/*.png out_report/*.js out_report/*.css $OUT_HTML
DATA=$(cat out_report/data_table.html)
popd