Commit Graph

8 Commits

Author SHA1 Message Date
658be41113 Added class to "filter" which tests to run, used to implement the -r option. 2009-05-09 11:10:54 +00:00
9ce4b90e18 added 'tests=N' attribute on 'testsuite' element 2009-05-09 06:20:39 +00:00
fbdd99c60c New method "prepend_local_path", to be able to add a directory inside
the workdir to the PATH.
2009-04-19 16:39:02 +00:00
74a948f6e5 Quote differently on Windows and UN*X.
The way command line parsing on Windows is done
is very, very, very strange ...
2009-04-17 16:20:29 +00:00
64804512a2 Make it possible to give an array as argument to "cmd".
The intention is that the array should be passed "as is" to
the invoked program. This should work on both UN*X and Windows
so it has to deal with the quoting of both sh(1) and CMD.EXE.
The Windows part has not been done yet.
2009-04-08 07:08:13 +00:00
107f6557db Remove waiting in "create_file" and "touch_file".
It should only be needed *before* "cmd".
2009-04-07 21:00:15 +00:00
54b7536481 Add method "prepend_path" to control PATH when running commands. 2009-03-27 07:23:10 +00:00
8245c819bd add the code 2009-03-24 08:41:36 +00:00