[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, tests-init, updated. v1.11-
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, tests-init, updated. v1.11-428-gba1e312 |
Date: |
Sun, 12 Dec 2010 21:21:01 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=ba1e3121c1a3c360150eb2a7cb1d53d879095475
The branch, tests-init has been updated
via ba1e3121c1a3c360150eb2a7cb1d53d879095475 (commit)
from 1e3fc905b227741b6e96f8d9d11584555a424c50 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ba1e3121c1a3c360150eb2a7cb1d53d879095475
Author: Stefano Lattarini <address@hidden>
Date: Sun Dec 12 22:10:05 2010 +0100
Tests defs: more uses of $top_testsrcdir.
* tests/compile6.test: Use `$top_testsrcdir' instead of
`$testsrcdir/..'.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
tests/compile6.test | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b3f0e49..6ef1e4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-12 Stefano Lattarini <address@hidden>
+
+ Tests defs: more uses of $top_testsrcdir.
+ * tests/compile6.test: Use `$top_testsrcdir' instead of
+ `$testsrcdir/..'.
+
2010-11-12 Stefano Lattarini <address@hidden>
Tests required tools: also try `-v' option for GNU compilers.
diff --git a/tests/compile6.test b/tests/compile6.test
index f45a534..1f012cf 100755
--- a/tests/compile6.test
+++ b/tests/compile6.test
@@ -21,7 +21,7 @@ required=xsi-shell
set -e
-cp "$testsrcdir/../lib/compile" .
+cp "$top_testsrcdir/lib/compile" .
# Use a dummy cl, since cl isn't readily available on all systems
cat >cl <<'END'
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, tests-init, updated. v1.11-428-gba1e312,
Stefano Lattarini <=