From 65361847597ae824a577f73fb9a179c3b2a3c09f Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 30 Aug 2010 23:57:47 +0200 Subject: tag the output dir to avoid collision with executable name diff --git a/tests/test_cmdline_tool.py b/tests/test_cmdline_tool.py index 47983d9..c1b0eb2 100755 --- a/tests/test_cmdline_tool.py +++ b/tests/test_cmdline_tool.py @@ -52,7 +52,7 @@ def compare_text(expected, actual): def run_test(testname, cmd, args): cmdname = os.path.split(options.cmd)[1] - outputdir = os.path.join(os.getcwd(), cmdname) + outputdir = os.path.join(os.getcwd(), cmdname + "-output") actualfilename = os.path.join(outputdir, testname + "-actual" + options.suffix) expecteddir = os.path.join(options.regressiondir, cmdname) expectedfilename = os.path.join(expecteddir, testname + "-expected" + options.suffix) -- cgit v0.10.1