Overview
Comment: | added message for launch failure |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-catch-failed-launch |
Files: | files | file ages | folders |
SHA1: |
3d4ae9e02e2e680af484d3072dd52945 |
User & Date: | bjbarcla on 2018-01-19 10:29:51 |
Other Links: | branch diff | manifest | tags |
Context
2018-01-19
| ||
14:56 | updated testpanel launcher to launch dashboard rather than sourcing cfg.sh then dboard as check-in: 776745031a user: bjbarcla tags: v1.65-catch-failed-launch | |
10:29 | added message for launch failure check-in: 3d4ae9e02e user: bjbarcla tags: v1.65-catch-failed-launch | |
2018-01-18
| ||
18:14 | detect failure to launch check-in: c460b80adb user: bjbarcla tags: v1.65-catch-failed-launch | |
Changes
Modified launch.scm from [49efa653bb] to [a20a5610e0].
︙ | |||
1509 1510 1511 1512 1513 1514 1515 | 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 | - + | (car fullcmd)) (if useshell '() (cdr fullcmd)))) (success (if launchwait (equal? 0 (cadr launch-results-prev)) #t)) (launch-results (if launchwait (car launch-results-prev) launch-results-prev))) (if (not success) |
︙ |