summaryrefslogtreecommitdiff
path: root/sal/qa/helper
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 16:23:43 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 16:23:43 +0000
commit31920656e97091070dd2b88dbe1f388ef35ff48e (patch)
tree5ccbe3f005b8b5facc15a847ec19c3b2867b5a01 /sal/qa/helper
parent47f16bb9f0ed213c702e03a8291c9b57bdf10e81 (diff)
INTEGRATION: CWS qadev24 (1.3.320); FILE MERGED
2005/10/13 11:36:29 lla 1.3.320.1: #i52275# add object directory parameter
Diffstat (limited to 'sal/qa/helper')
-rwxr-xr-xsal/qa/helper/gcov/gcov_all4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/qa/helper/gcov/gcov_all b/sal/qa/helper/gcov/gcov_all
index c2517693fdea..dad1f736c688 100755
--- a/sal/qa/helper/gcov/gcov_all
+++ b/sal/qa/helper/gcov/gcov_all
@@ -1,5 +1,5 @@
#!/bin/bash
-# $Id: gcov_all,v 1.3 2003-06-11 16:36:12 vg Exp $
+# $Id: gcov_all,v 1.4 2005-11-02 17:23:43 kz Exp $
# This helper run lists all c and cxx files from selected directories.
# PRJ points to the flat project directory
@@ -11,5 +11,5 @@ FILES=`/bin/ls $PRJ/osl/unx/*.c $PRJ/osl/unx/*.cxx $PRJ/rtl/source/*.c $PRJ/rtl/
# Use gcov_filter on every c/cxx file.
for file in $FILES; do
# echo $file
- perl gcov_filter.pl -i $PRJ/util/sal.map $file $*
+ perl gcov_filter.pl -o $PRJ/unxlngi6/slo -i $PRJ/util/sal.map $file $*
done