11cb0ef41Sopenharmony_ci'use strict'; 21cb0ef41Sopenharmony_cirequire('../../../common'); 31cb0ef41Sopenharmony_ciconst fixtures = require('../../../common/fixtures'); 41cb0ef41Sopenharmony_ciconst spawn = require('node:child_process').spawn; 51cb0ef41Sopenharmony_ci 61cb0ef41Sopenharmony_cispawn(process.execPath, 71cb0ef41Sopenharmony_ci ['--no-warnings', '--test-reporter', 'junit', fixtures.path('test-runner/output/output.js')], { stdio: 'inherit' }); 8