Skip to content

Commit f0d3241

Browse files
committed
shutil.copyfile() wasn't being called for the end2end tests.
1 parent 1d445ef commit f0d3241

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/imagesets/imgset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ def workflowtest(self, wfname, testname, dataname, pyname, suf="", description="
376376
# distinguish between the runconfig files for each individual workflow)
377377
if testname.startswith("end2end"):
378378
inputrunconfig = f"{testname}_{wfname}{suf}.yaml"
379+
shutil.copyfile(pjoin(runconfigdir, inputrunconfig),
380+
pjoin(testdir, f"runconfig_{wfname}{suf}.yaml"))
379381
elif testname.startswith("soilm"):
380382
# Executable-dependent. Currently works only for Disaggregation.
381383
inputrunconfig = f"{testname}{suf}.txt"

0 commit comments

Comments
 (0)