[Swift-devel] test suite

Justin M Wozniak wozniak at mcs.anl.gov
Sun Jul 3 17:05:56 CDT 2011


The closest thing we have to test suite restart is the manual use of -k/-n 
to skip ahead and exit early.

The existing source tree can be specified with the -o option.

 	Justin

On Sat, 2 Jul 2011, Mihael Hategan wrote:

> I've been playing with the test suite a bit, and I have a few comments:
>
> - Ben's ./run scripts had this nice feature which allowed you to resume
> a test run. This was great if you were testing some changes and wanted
> to go through all tests and fix failing ones, and continue without
> having to repeatedly re-run the previous tests. Ben's scripts don't work
> any more, and the new test suite doesn't do that. It would be nice if
> either was to work.
>
> - it would be nice to have a way where you just run all the local tests
> straight from the checkout with minimal intervention (i.e. run whatever
> swift is in my path). Out of the box, ./suite.sh
> -t /groups/group-all-local.sh doesn't work because it cannot find my
> swift directory. I've changed the following to make that work:
> TOPDIR=`readlink -f $PWD/../../../..`
>
> Mihael
>
> _______________________________________________
> Swift-devel mailing list
> Swift-devel at ci.uchicago.edu
> https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
>

-- 
Justin M Wozniak



More information about the Swift-devel mailing list