Lines Matching refs:results
46 # April 23 2003 - Added PID to results filename.
51 # April 30, 2003 - Recoded results display to allow selection
52 # of results file.
53 # - Created variable to hold results filename
54 # - Added time to results filename.
152 # Description: The results generated after the ltp execution located under
153 # ltp-mmddyy/results/ directory in a text (ASCII) file called
154 # results.todaysdate. This function displays this file in a
155 # window. If the results file does not exit it displays an
157 # need to be executed inorder to view results.
159 # Input: ltp-mmddyy/results/results.todaysdate.time
161 # Output: Window displaying results of testcases that were executed.
166 RESULTS_LIST=$(for i in `ls -1 -A -I "CVS" results`;do echo -n "$i [more...] "; done)
175 2>/tmp/runltp.results.$$ || RC=$?
176 results_item=$(cat /tmp/runltp.results.$$)
181 --textbox results/$results_item 17 70
185 --yesno "Would you like to share these results with the LTP \
186 community by posting it to the LTP results mailing list?" \
190 mail ltp-results@lists.sourceforge.net < \
191 ./results/$results_item ;
204 --msgbox "ERROR: No files to view in /results directory." 5 53
287 ./runltp -q -p $RUNALL_FLAGS -l results.$RESULTS_FILE \
478 # results.
519 Results "Display a summary of test results" \