Skip to content

Commit

Permalink
debug1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 30, 2024
1 parent 05ec169 commit 069c4a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unit_test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions unit_test/run_dfaltpluginpath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 069c4a5

Please sign in to comment.