From: Peter O. <obe...@us...> - 2010-07-19 14:27:16
|
Update of /cvsroot/ltp/utils/analysis/lcov In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19705 Modified Files: lcovrc Log Message: lcov: improve list output Improve list output by separating directory and file names. Also provide an option to show full path names. Index: lcovrc =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/lcovrc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** lcovrc 22 Jan 2010 16:17:36 -0000 1.11 --- lcovrc 19 Jul 2010 14:27:08 -0000 1.12 *************** *** 116,117 **** --- 116,121 ---- # Location for temporary directories lcov_tmp_dir = /tmp + + # Show full paths during list operation if non-zero (same as --list-full-path + # option of lcov) + lcov_list_full_path = 0 |