Skip to content

Commit 98b1ca0

Browse files
committed
debug
1 parent 862873b commit 98b1ca0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/permissions_tests.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ def __run_config_generator(self, generator_config):
7272
os.path.join('qwc-docker', 'volumes', 'config-in', 'default', fileName),
7373
os.path.join(tmpdirpath, "config-in", "default", fileName)
7474
)
75+
print("Copy %s to %s" % (
76+
os.path.join('qwc-docker', 'volumes', 'config-in', 'default', fileName),
77+
os.path.join(tmpdirpath, "config-in", "default", fileName)
78+
))
7579

7680
os.environ["INPUT_CONFIG_PATH"] = os.path.join(tmpdirpath, "config-in")
7781
os.environ["OUTPUT_CONFIG_PATH"] = os.path.join(tmpdirpath, "config")

0 commit comments

Comments
 (0)