loolwsd: echo the unit-test command-line before running

Change-Id: Ib061732bccd18112c5d3842c01e8d20d441816c0
Reviewed-on: https://gerrit.libreoffice.org/30647
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
This commit is contained in:
Ashod Nakashian 2016-11-06 23:44:11 -05:00 committed by Ashod Nakashian
parent 2507f7f89c
commit ea0e5e9344

View file

@ -3,6 +3,11 @@
# DO NOT EDIT - this file is generated from run_unit.sh.in.
#
echo
echo "Running unit-test:"
echo $0 $@
echo
# substituted variables in one place:
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
abs_top_builddir="${DIR}/.."