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:
parent
2507f7f89c
commit
ea0e5e9344
1 changed files with 5 additions and 0 deletions
|
@ -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}/.."
|
||||
|
|
Loading…
Reference in a new issue