This is an automated email from the ASF dual-hosted git repository.

djoshi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/master by this push:
     new a519aad  Ninja-Fix: remove dead code
a519aad is described below

commit a519aad63ae2afe92fb957fa299401fe6493a22a
Author: Dinesh A. Joshi <[email protected]>
AuthorDate: Fri Feb 14 10:59:48 2020 -0800

    Ninja-Fix: remove dead code
---
 run_dtests.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/run_dtests.py b/run_dtests.py
index 698977b..c3939f1 100755
--- a/run_dtests.py
+++ b/run_dtests.py
@@ -109,9 +109,6 @@ class RunDTests():
         logger.debug('Generating configurations from the following 
matrix:\n\t{}'.format(args))
 
         args_to_invoke_pytest = []
-        # if args.pytest_options:
-        #     for arg in args.pytest_options.split(" "):
-        #         
args_to_invoke_pytest.append("'{the_arg}'".format(the_arg=arg))
 
         for arg in argv:
             if arg.startswith("--pytest-options") or 
arg.startswith("--dtest-"):


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to