gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-46


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-465-g9f701c8
Date: Wed, 17 Apr 2013 12:22:32 +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 "libgnokii and core programs".

The branch, master has been updated
       via  9f701c87eee16b34c4b83d1866c724c3620095d1 (commit)
      from  4cc61f4871d2a2fd63f3f1a2d56d9a6c144b250b (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=9f701c87eee16b34c4b83d1866c724c3620095d1


commit 9f701c87eee16b34c4b83d1866c724c3620095d1
Author: Daniele Forsi <address@hidden>
Date:   Wed Apr 17 14:18:54 2013 +0200

    Make it possible to run the testsuite from an out-of-source build
    
    However temporary files are still created in the source directory.

diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 32db6a9..0307a88 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -36,7 +36,7 @@ EXTRA_DIST =                  \
        testit
 
 check: $(EXTRA_DIST)
-       $(srcdir)/testit $(srcdir)/ $(top_builddir)/gnokii/gnokii
+       $(srcdir)/testit $(srcdir)/ "$(top_builddir)/gnokii/gnokii --config 
$(srcdir)/.gnokiirc"
 
 noinst_PROGRAMS = dump-vcard
 dump_vcard_LDADD = $(top_builddir)/common/libgnokii.la
diff --git a/testsuite/testit b/testsuite/testit
index 47bcb10..843f80d 100755
--- a/testsuite/testit
+++ b/testsuite/testit
@@ -2,7 +2,7 @@
 
 if [ $# -eq 2 ] ; then
        export TESTDIR=$1
-       export GNOKII=$2
+       export GNOKII=`pwd`/$2
 elif [ $# -eq 0 ] ; then
        export TESTDIR=`pwd`
        export GNOKII="../gnokii/gnokii --config $TESTDIR/.gnokiirc"

-----------------------------------------------------------------------

Summary of changes:
 testsuite/Makefile.am |    2 +-
 testsuite/testit      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]