Overview
Comment: | Merged couple changes made accidentally on trunk |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-debugging-update-orig |
Files: | files | file ages | folders |
SHA1: |
ee69c1259920cebceda198d22f82dffe |
User & Date: | matt on 2021-09-10 05:54:38 |
Other Links: | branch diff | manifest | tags |
Context
2021-09-10
| ||
10:20 | stuff check-in: 392f89b8e5 user: mrwellan tags: v1.65-debugging-update-orig | |
05:54 | Merged couple changes made accidentally on trunk check-in: ee69c12599 user: matt tags: v1.65-debugging-update-orig | |
2021-09-09
| ||
20:05 | Updates to debugging check-in: d9b4626d57 user: matt tags: v1.65-debugging-update-orig | |
Changes
Modified docs/megatest-debug-tutorial.odp from [426714c14f] to [e618e203db].
cannot compute difference between binary files
Modified tests/mintest/megatest.config from [bfa94e44af] to [444a72500f].
︙ | ︙ | |||
17 18 19 20 21 22 23 | [fields] X TEXT [setup] max_concurrent_jobs 50 linktree #{getenv MT_RUN_AREA_HOME}/linktree | < | | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | [fields] X TEXT [setup] max_concurrent_jobs 50 linktree #{getenv MT_RUN_AREA_HOME}/linktree [server] port 8090 [jobtools] useshell yes launcher nbfake [disks] disk0 #{getenv PWD}/runs |
Modified tests/mintest/tests/a/testconfig from [7f9803b9fe] to [61be51e47c].
︙ | ︙ | |||
14 15 16 17 18 19 20 21 22 23 | # # You should have received a copy of the GNU General Public License # along with Megatest. If not, see <http://www.gnu.org/licenses/>. # Add steps here. Format is "stepname script" [ezsteps] step1 echo SUCCESS [requirements] waiton b | > > > > > > > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | # # You should have received a copy of the GNU General Public License # along with Megatest. If not, see <http://www.gnu.org/licenses/>. # Add steps here. Format is "stepname script" [ezsteps] step1 echo SUCCESS # step1 ((xterm&);echo SUCCESS) # step2 xterm_and_success [scripts] xterm_and_success #!/bin/bash xterm -T step2 & echo SUCCESS [requirements] waiton b |