05f90cf Pass make-test arguments through to Nose

1 file Authored by pviktori 11 years ago, Committed by rcritten 11 years ago,
1 file changed. 6 lines added. 28 lines removed.
    Pass make-test arguments through to Nose
    
    Currently, our test script forwards a select few command line arguments
    to nosetests.
    This patch removes the filtering, passing all arguments through.
    This allows things like disabling output redirection (--nocapture),
    dropping into a debugger (--pdb, --pdb-failures), coverage reporting
    (--with-cover, if installed), etc.
    
    https://fedorahosted.org/freeipa/ticket/2135
    
        
file modified
+6 -28