Overview
Comment: | added code to remove logs/server and .servinfo files when stop-the-train is found |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.80 | v1.8015 |
Files: | files | file ages | folders |
SHA1: |
de8d1d67ffcf8b2e3c72f6819a923149 |
User & Date: | mmgraham on 2023-07-21 18:45:24 |
Other Links: | branch diff | manifest | tags |
Context
2023-07-25
| ||
17:02 | corrected number of run dbs and used num-run-dbs parameter check-in: 5fcf2ed73e user: mmgraham tags: v1.80 | |
2023-07-21
| ||
18:45 | added code to remove logs/server and .servinfo files when stop-the-train is found check-in: de8d1d67ff user: mmgraham tags: v1.80, v1.8015 | |
2023-07-19
| ||
22:44 | updated megatest version to 1.8015 check-in: 5f9c37278f user: mmgraham tags: v1.80 | |
Changes
Modified common.scm from [49557c29a9] to [81f7ea3a51].
︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | - - + + - - + - - - - - - + + | (import commonmod debugprint rmtmod (prefix mtargs args:)) (include "common_records.scm") |
︙ |