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', '--test-reporter', 'tap', fixtures.path('test-runner/output/output.js'), fixtures.path('test-runner/output/single.js')], 81cb0ef41Sopenharmony_ci { stdio: 'inherit' }); 9