Skip to content

Commit

Permalink
try1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 25, 2024
1 parent 2dc07b1 commit 2108473
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions unit_test/run_pluginpaths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down Expand Up @@ -118,6 +120,9 @@ for action in get ; do

init
testget
testset
verify
cleanup
echo "======="
cat tmp_get.txt
echo "======="
#testset
#verify
#cleanup

0 comments on commit 2108473

Please sign in to comment.