aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/features/copper.py
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/features/copper.py')
-rwxr-xr-xtestcases/features/copper.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/testcases/features/copper.py b/testcases/features/copper.py
index 54136a877..7ab4e78aa 100755
--- a/testcases/features/copper.py
+++ b/testcases/features/copper.py
@@ -34,7 +34,8 @@ logger = ft_logger.Logger("copper").getLogger()
def main():
- cmd = ('%s/tests/run.sh' % COPPER_REPO)
+ cmd = "%s/tests/run.sh %s/tests" % (COPPER_REPO, COPPER_REPO)
+
start_time = time.time()
ret = functest_utils.execute_command(cmd, logger, exit_on_error=False)