-f means take in a file that is a list newline delimited test case file names correct? That isnt obvious by the name. I had the same confusion. It can be mistaken to mean -f implies the following parameter was a test case file name itself.
On Mar 22, 2017 11:23 PM, "Bill Deegan" <[email protected]> wrote: > -f works for me. > Make sure you have a blank last line I think. > I've seen the issue you're having before. > I think there was a space or something on the last line. > (I should fix that one..) > > -Bill > > On Wed, Mar 22, 2017 at 3:53 PM, Manish Vachharajani < > [email protected]> wrote: > >> Oh, duh, so no -f. Thanks. >> >> On Wed, Mar 22, 2017 at 4:36 PM, William Blevins <[email protected]> >> wrote: >> >>> You can also pass in directories as targets. >>> >>> On Wed, Mar 22, 2017 at 6:35 PM, William Blevins <[email protected]> >>> wrote: >>> >>>> ./runtest.py test/A.py test/B.py should work fine. >>>> >>>> V/R, >>>> William >>>> >>>> On Wed, Mar 22, 2017 at 6:19 PM, Manish Vachharajani < >>>> [email protected]> wrote: >>>> >>>>> Can anyone tell me how to properly run only some tests with >>>>> runtest.py? A ./runtest.py -a works fine. ./runtest.py -al will list >>>>> available test files. However, a ./runtest.py -f <name of a test that was >>>>> in -al> drops me into an interactive shell for every test.run or >>>>> equivalent >>>>> in the file. What am I doing wrong? >>>>> >>>>> Manish >>>>> >>>>> _______________________________________________ >>>>> Scons-dev mailing list >>>>> [email protected] >>>>> https://pairlist2.pair.net/mailman/listinfo/scons-dev >>>>> >>>>> >>>> >>> >>> _______________________________________________ >>> Scons-dev mailing list >>> [email protected] >>> https://pairlist2.pair.net/mailman/listinfo/scons-dev >>> >>> >> >> _______________________________________________ >> Scons-dev mailing list >> [email protected] >> https://pairlist2.pair.net/mailman/listinfo/scons-dev >> >> > > _______________________________________________ > Scons-dev mailing list > [email protected] > https://pairlist2.pair.net/mailman/listinfo/scons-dev > >
_______________________________________________ Scons-dev mailing list [email protected] https://pairlist2.pair.net/mailman/listinfo/scons-dev
