Home
last modified time | relevance | path

Searched refs:script_contents (Results 1 – 1 of 1) sorted by relevance

/system/utest/runtests-utils/
A Druntests-utils-test.cpp323 const char script_contents[] = "echo Expect this!"; in RunTestSuccessWithStdout() local
324 ScopedScriptFile script(argv[0], script_contents); in RunTestSuccessWithStdout()
352 const char script_contents[] = "echo Expect this! 1>&2\nexit 77"; in RunTestFailureWithStderr() local
353 ScopedScriptFile script(argv[0], script_contents); in RunTestFailureWithStderr()

Completed in 19 milliseconds