Skip to content
Snippets Groups Projects
Commit cac0926d authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

TEST: test the fallback to in-memory

parent 835b4bcc
Branches
Tags
No related merge requests found
......@@ -52,8 +52,9 @@ def test(otb, argv):
#---------------------------------------------------------------------------
# Second run with on-disk connections
app1.OUT = argv[2]+"_tmp1.tif"
app2.OUT = argv[2]+"_tmp2.tif"
app3.OUT = argv[2]+"_tmp3.tif"
# app2.OUT is left empty and should fallback to memory connection
app4.PropagateConnectMode(False)
app4.ExecuteAndWriteOutput()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment