coverage.sh: Announce commands
This commit is contained in:
parent
8c9de86bef
commit
a2ae7cd304
@ -34,8 +34,8 @@ _configure() {
|
|||||||
|
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
./buildconf.sh
|
./buildconf.sh &> configure.log
|
||||||
./configure "${configure_args[@]}" "$@"
|
./configure "${configure_args[@]}" "$@" &>> configure.log
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -66,8 +66,9 @@ _run() {
|
|||||||
|
|
||||||
_configure \
|
_configure \
|
||||||
CFLAGS="${BASE_FLAGS}" \
|
CFLAGS="${BASE_FLAGS}" \
|
||||||
CXXFLAGS="${BASE_FLAGS}" &> configure.log
|
CXXFLAGS="${BASE_FLAGS}"
|
||||||
|
|
||||||
|
set -x
|
||||||
make buildlib &> build.log
|
make buildlib &> build.log
|
||||||
|
|
||||||
lcov -c -d "${capture_dir}" -i -o "${coverage_info}-zero" &> run.log
|
lcov -c -d "${capture_dir}" -i -o "${coverage_info}-zero" &> run.log
|
||||||
|
Loading…
Reference in New Issue
Block a user