Overview
Comment: | Added some stuff to help explain debugging with xterms |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4f76a36db33f941ae56a016e7c92ad66 |
User & Date: | matt on 2021-09-09 21:04:45 |
Other Links: | manifest | tags |
Context
2021-09-10
| ||
12:56 | merged check-in: b5fccf871f user: mrwellan tags: trunk | |
2021-09-09
| ||
21:04 | Added some stuff to help explain debugging with xterms check-in: 4f76a36db3 user: matt tags: trunk | |
21:03 | updated tutorial check-in: 28300c905f user: matt tags: trunk | |
Changes
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 |