summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorYuchen Wu <yuchenericwu@hotmail.com>2013-12-03 19:05:03 +0000
committerYuchen Wu <yuchenericwu@hotmail.com>2013-12-03 19:05:03 +0000
commitc8e0f81a376eccd6d4b89eb6c25c54e127af4cde (patch)
treeaa822735b652b26292e33fe8470ec278a9057cc3 /llvm
parentc05ef04f3d7876565303f0b2f5a063925d2910d1 (diff)
downloadbcm5719-llvm-c8e0f81a376eccd6d4b89eb6c25c54e127af4cde.tar.gz
bcm5719-llvm-c8e0f81a376eccd6d4b89eb6c25c54e127af4cde.zip
llvm-cov: Another fix to llvm-cov test.
Copy all test files to temporary directory, not just test.* files. Tests didn't fail because the missing files occurred in XFAILS. llvm-svn: 196305
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/tools/llvm-cov/llvm-cov.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-cov/llvm-cov.test b/llvm/test/tools/llvm-cov/llvm-cov.test
index 62dd93d6be6..e2a21e1889e 100644
--- a/llvm/test/tools/llvm-cov/llvm-cov.test
+++ b/llvm/test/tools/llvm-cov/llvm-cov.test
@@ -3,7 +3,7 @@ REQUIRES: shell
RUN: rm -rf %t
RUN: mkdir %t
RUN: cd %t
-RUN: cp %p/Inputs/test.* .
+RUN: cp %p/Inputs/test* .
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
RUN: diff -aub test.cpp.gcov test.cpp.llcov
OpenPOWER on IntegriCloud