Lines Matching refs:testOutput
86 function testOutput (t, command, er, code, stdout, stderr) { function
124 common.npm(['run-script', 'start'], opts, testOutput.bind(null, t, 'start'))
128 common.npm(['run-script', 'start', '--', 'stop'], opts, testOutput.bind(null, t, 'stop'))
132 …common.npm(['run-script', 'start', '--', 'hello world'], opts, testOutput.bind(null, t, 'hello wor…
136 …common.npm(['run-script', 'start', '--', 'they"re awesome'], opts, testOutput.bind(null, t, 'they"…
140 …common.npm(['run-script', 'start', '--', 'what"s "up"?'], opts, testOutput.bind(null, t, 'what"s "…
144 …common.npm(['run-script', 'start', '--', 'what\'s \'up\'?'], opts, testOutput.bind(null, t, 'what\…
148 common.npm(['run-script', 'with-post'], opts, testOutput.bind(null, t, 'main;post'))
152 common.npm(['run-script', 'with-pre'], opts, testOutput.bind(null, t, 'pre;main'))
156 common.npm(['run-script', 'with-both'], opts, testOutput.bind(null, t, 'pre;main;post'))
160 …common.npm(['run-script', 'with-both', '--', 'an arg'], opts, testOutput.bind(null, t, 'pre;an arg…
164 …common.npm(['run-script', 'prewith-pre', '--', 'an arg'], opts, testOutput.bind(null, t, 'an arg'))
193 common.npm(['run-script', 'restart'], opts, testOutput.bind(null, t, 'stop;start'))
322 …common.npm(['run-script', 'start', '--script-shell', 'echo'], opts, testOutput.bind(null, t, '-c e…