1
2
3
4
5
6
7
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
+
+
+
+
+
+
|
Version 1.40 Apr 3, 2012
* Link path stored in db instead of runpath
* Debug settings passed to running tests. WARNING: using this can cause false fails if you process STDOUT as part of your test
* Run areas and links to them have been cleaned up.
Version 1.39 Mar 26, 2012
* Caching of writes to db in server mode
* Streamlined many writes to not do redundant lookup of test-id
* From dashboard remove runs process is kicked off in an xterm
* In ezsteps scripts no need to specify ./ on systems with . not in path
* Trim tests from to-run list to speed up starting new tests (not constantly checking status on bunch of completed tests)
|