Skip to content

Commit

Permalink
pf10
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 27, 2024
1 parent eba1b62 commit 2fef846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_test/run_pluginpaths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ modfor() {
testget() {
filenamefor tmp get
# print out the global state
printf "testset(global): %s\n" `${TP} -x "set:${DFALT},get:global"` >> ${filename}.txt
printf "testget(global): %s\n" `${TP} -x "set:${DFALT},get:global"` >> ${filename}.txt
# print out the HDF5 state
printf "testget(hdf5): %s\n" `${TP} -x "set:${DFALT},get:hdf5"` >> ${filename}.txt ;
# print out the NCZarr state
Expand Down

0 comments on commit 2fef846

Please sign in to comment.