projects
/
platform
/
upstream
/
gst-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8db4c61
)
don't fail on missing registry
author
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 30 Nov 2005 16:29:28 +0000
(16:29 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 30 Nov 2005 16:29:28 +0000
(16:29 +0000)
Original commit message from CVS:
don't fail on missing registry
check.mak
patch
|
blob
|
history
diff --git
a/check.mak
b/check.mak
index
475d7db
..
127f2c1
100644
(file)
--- a/
check.mak
+++ b/
check.mak
@@
-68,7
+68,7
@@
LOOPS = 10
# torture tests
torture: $(TESTS)
- rm test-registry.xml
+
-
rm test-registry.xml
@echo "Torturing tests ..."
for i in `seq 1 $(LOOPS)`; do \
make check || \