Differences From Artifact [6b5c8d69de]:
- File launch.scm — part of check-in [164020026e] at 2020-02-28 14:39:09 on branch v1.65 — Added [scripts] section to testconfig (user: mrwellan, size: 92816) [annotate] [blame] [check-ins using] [more...]
To Artifact [a7b2c96db0]:
- File launch.scm — part of check-in [7ff937a8a2] at 2020-04-28 18:08:10 on branch v1.65-broken — Added fix for case where rmt calls returns a non list and a list length call crashes. (user: mrwellan, size: 92937) [annotate] [blame] [check-ins using]
︙ | |||
1122 1123 1124 1125 1126 1127 1128 | 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 | - + + | (set! toppath *toppath*) (if (not *toppath*) (begin (debug:print-error 0 *default-log-port* "you are not in a megatest area!") (exit 1))) (setenv "MT_RUN_AREA_HOME" *toppath*) ;; the seed read is done, now read runconfigs, cache it then read megatest.config one more time and cache it |
︙ |