OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trs_file
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/
test-driver
55
trs_file
= # Where to save the metadata of the test run.
65
--trs-file)
trs_file
=$2; shift;;
79
test x"$
trs_file
" = x && missing_opts="$missing_opts --trs-file"
100
do_exit='rm -f $log_file $
trs_file
; (exit $st); exit $st'
126
echo ":test-result: $res" > $
trs_file
127
echo ":global-test-result: $res" >> $
trs_file
128
echo ":recheck: $recheck" >> $
trs_file
129
echo ":copy-in-global-log: $gcopy" >> $
trs_file
/external/libpng/
test-driver
55
trs_file
= # Where to save the metadata of the test run.
65
--trs-file)
trs_file
=$2; shift;;
79
test x"$
trs_file
" = x && missing_opts="$missing_opts --trs-file"
100
do_exit='rm -f $log_file $
trs_file
; (exit $st); exit $st'
126
echo ":test-result: $res" > $
trs_file
127
echo ":global-test-result: $res" >> $
trs_file
128
echo ":recheck: $recheck" >> $
trs_file
129
echo ":copy-in-global-log: $gcopy" >> $
trs_file
Completed in 739 milliseconds