2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00
This commit is contained in:
Razvan Becheriu
2021-02-15 14:09:53 +02:00
parent a764126f69
commit 54d8ffd477

View File

@@ -13,8 +13,8 @@ set -eu
LOG_FILE="@abs_top_builddir@/src/hooks/dhcp/run_script/tests/test.log"
ECHO_TO_FILE() {
echo ${@}
echo ${@} > ${LOG_FILE}
echo "${@}"
echo "${@}" > ${LOG_FILE}
}
ASSERT_EQ() {