Differences From Artifact [7f9803b9fe]:
- File tests/mintest/tests/a/testconfig — part of check-in [7a74b8e952] at 2018-03-26 10:46:58 on branch v1.65-modularization — Added missing copyright notices (user: mrwellan, size: 845) [annotate] [blame] [check-ins using] [more...]
- File tests/mintest/tests/h/testconfig — part of check-in [7a74b8e952] at 2018-03-26 10:46:58 on branch v1.65-modularization — Added missing copyright notices (user: mrwellan, size: 845) [annotate] [blame] [check-ins using]
- File tests/mintest/tests/i/testconfig — part of check-in [7a74b8e952] at 2018-03-26 10:46:58 on branch v1.65-modularization — Added missing copyright notices (user: mrwellan, size: 845) [annotate] [blame] [check-ins using]
- File tests/mintest/tests/j/testconfig — part of check-in [7a74b8e952] at 2018-03-26 10:46:58 on branch v1.65-modularization — Added missing copyright notices (user: mrwellan, size: 845) [annotate] [blame] [check-ins using]
- File tests/mintest/tests/k/testconfig — part of check-in [7a74b8e952] at 2018-03-26 10:46:58 on branch v1.65-modularization — Added missing copyright notices (user: mrwellan, size: 845) [annotate] [blame] [check-ins using]
- File tests/mintest/tests/l/testconfig — part of check-in [7a74b8e952] at 2018-03-26 10:46:58 on branch v1.65-modularization — Added missing copyright notices (user: mrwellan, size: 845) [annotate] [blame] [check-ins using]
To Artifact [61be51e47c]:
- File tests/mintest/tests/a/testconfig — part of check-in [4f76a36db3] at 2021-09-09 21:04:45 on branch trunk — Added some stuff to help explain debugging with xterms (user: matt, size: 978) [annotate] [blame] [check-ins using] [more...]
︙ | |||
14 15 16 17 18 19 20 21 22 23 | 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 |