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