Freddy Vulto
7ed79a9245
(testsuite) Remove need specify `./' with run args
...
This allows running tests as:
./run unit/_filedir.exp
instead of
./run ./unit/_filedir.exp
2010-06-18 16:59:38 +02:00
Ville Skyttä
c5348d8678
Run delegated test tools/scripts with exec.
2010-04-21 23:34:27 +03:00
Ville Skyttä
f9f49786ca
Fix running test scripts without giving a path to them.
...
For example "cd test ; bash runCompletion [...]".
2010-04-21 23:19:34 +03:00
Crestez Dan Leonard
0f49bb1e3c
(testsuite) Add a --timeout option to test/run to override the default expect timeout.
2010-02-21 05:44:39 +02:00
Crestez Dan Leonard
f9177e5286
(testsuite) Add a --debug-xtrace option to run.
...
Cleanup test/run scripts and add a --debug-xtrace option.
2010-02-20 22:54:13 +02:00
Freddy Vulto
f9db6abdc1
(testsuite) Added shell script `run'
...
This allows tab-completion of test scripts to run, e.g.:
$ ./run unit/comp<TAB>
$ ./run unit/compgen.exp
Instead of the old way:
$ ./runUnit compgen.exp
2009-12-24 09:43:24 +01:00