summaryrefslogtreecommitdiffstatshomepage
path: root/src/regtests
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2014-03-06 14:32:03 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2014-03-06 14:32:03 +0000
commite54de28bf95a1104ae08ca659fecf4759f5c0455 (patch)
tree340ee85f9a5b887c32ca283dd0eb8485f57baf39 /src/regtests
parente1cb7f6788d7040274185ac0abd3a0060ccff088 (diff)
chdtest.py: log the unsupported mode (nw)
Diffstat (limited to 'src/regtests')
-rw-r--r--src/regtests/chdman/chdtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regtests/chdman/chdtest.py b/src/regtests/chdman/chdtest.py
index 5191a338c08..ed16a1f7780 100644
--- a/src/regtests/chdman/chdtest.py
+++ b/src/regtests/chdman/chdtest.py
@@ -169,7 +169,7 @@ for root, dirs, files in os.walk(inputPath):
elif command == "copy":
inFile += ".chd"
else:
- print "unsupported mode"
+ print "unsupported mode '%s'" % command
continue
if os.path.exists(inFile):
cmd = [chdmanBin, command, "-f", "-i", inFile, "-o", tempFile] + params