2 lines
129 B
Text
2 lines
129 B
Text
job.run_test('selftest', 'print', "stdout hello\n", tag='test1')
|
|
job.run_test('selftest', 'warn', "stderr hello\n", tag='test2')
|