diff --git a/unit_test/Makefile.am b/unit_test/Makefile.am index 102bb156f9..828852a83e 100644 --- a/unit_test/Makefile.am +++ b/unit_test/Makefile.am @@ -8,9 +8,9 @@ # Dennis Heimbigner 8/27/2024 -#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose -#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose +SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose +sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose +LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose #TESTS_ENVIRONMENT = export SETX=1; # Put together AM_CPPFLAGS and AM_LDFLAGS. diff --git a/unit_test/run_dfaltpluginpath.sh b/unit_test/run_dfaltpluginpath.sh index c5aa3c810f..ac3c635a7a 100644 --- a/unit_test/run_dfaltpluginpath.sh +++ b/unit_test/run_dfaltpluginpath.sh @@ -5,6 +5,8 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi . ../test_common.sh +set -x + #CMD="valgrind --leak-check=full" TESTHPP="/tmp;${HOME}"