Merge lp:~charlesk/indicator-datetime/faster-eds-tests into lp:indicator-datetime/15.10
| Status: | Merged |
|---|---|
| Approved by: | Pete Woods on 2015-06-25 |
| Approved revision: | 414 |
| Merged at revision: | 414 |
| Proposed branch: | lp:~charlesk/indicator-datetime/faster-eds-tests |
| Merge into: | lp:indicator-datetime/15.10 |
| Diff against target: |
116 lines (+35/-47) 2 files modified
tests/CMakeLists.txt (+5/-16) tests/run-eds-ics-test.sh (+30/-31) |
| To merge this branch: | bzr merge lp:~charlesk/indicator-datetime/faster-eds-tests |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Approve on 2015-06-23 | |
| Pete Woods (community) | 2015-06-23 | Approve on 2015-06-23 | |
|
Review via email:
|
|||
Commit Message
Speedups/cleanups to the EDS regression tests
Description of the Change
No functionality changes, just cleanups to the EDS test scaffolding.
* don't invoke evolution-
* remove unused gvfsd, source-registry, source-service-name references
* add symbolic variables to run-eds-ics-test.sh so that instead of lines like "if [ -d $8 ]; then" we have "if [ -d ${CONFIG_DIR} ]; then"
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:414
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://

Looks reasonable to me