From 2108473bc77ccbba03cecad459c8233b7a1f237c Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Wed, 25 Sep 2024 09:22:38 -0600 Subject: [PATCH] try1 --- unit_test/run_pluginpaths.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/unit_test/run_pluginpaths.sh b/unit_test/run_pluginpaths.sh index 742478de2c..4a6cac46e2 100755 --- a/unit_test/run_pluginpaths.sh +++ b/unit_test/run_pluginpaths.sh @@ -65,6 +65,8 @@ testget() { # print out the global state echon "testget(global): " >> ${filename}.txt ${TP} -x "set:${DFALT},get:global" >> ${filename}.txt ; +XXX=`cat ${filename}.txt` +echo "%%% |${XXX}|" # print out the HDF5 state echon "testget(hdf5): " >> ${filename}.txt ${TP} -x "set:${DFALT},get:hdf5" >> ${filename}.txt ; @@ -118,6 +120,9 @@ for action in get ; do init testget -testset -verify -cleanup +echo "=======" +cat tmp_get.txt +echo "=======" +#testset +#verify +#cleanup