Overview
Comment: | Added [scripts] section to testconfig |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
164020026e3a719738a3bb388ed211c7 |
User & Date: | mrwellan on 2020-02-28 14:39:09 |
Other Links: | branch diff | manifest | tags |
Context
2020-02-28
| ||
16:34 | Speculative fix for zero cpus problem. check-in: 9529e99c78 user: mrwellan tags: v1.65 | |
14:39 | Added [scripts] section to testconfig check-in: 164020026e user: mrwellan tags: v1.65 | |
2020-02-27
| ||
17:04 | Better checking on parsing of steps check-in: 79f23e4a0a user: mrwellan tags: v1.65 | |
Changes
Modified launch.scm from [39db93076c] to [6b5c8d69de].
︙ | |||
786 787 788 789 790 791 792 | 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 | - + + + - + + + + + + + + + + + + + + | ;; We are about to actually kick off the test ;; so this is a good place to remove the records for ;; any previous runs ;; (db:test-remove-steps db run-id testname itemdat) ;; now is also a good time to write the .testconfig file (let* ((tconfig-fname (conc work-area "/.testconfig")) (tconfig-tmpfile (conc tconfig-fname ".tmp")) |
︙ |