Changes have been pushed for the repository "fawkesrobotics/fawkes".

Clone:  https://github.com/fawkesrobotics/fawkes.git
Gitweb: https://github.com/fawkesrobotics/fawkes

The branch, thofmann/integration-tests has been updated
  discards  fc694cd15013908ec3fac80c1718cd647047b3d8 (commit)
  discards  ef79d47a6ce714064d275adc2d11d8487be9dc25 (commit)
        to  068a9fe17442b3bc61401eae57d5e6867cb5dbe0 (commit)
       via  8944fde33bf1e145f1c3599b7b4f55bf06f14e55 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (fc694cd15013908ec3fac80c1718cd647047b3d8)
            \
             N -- N -- N (068a9fe17442b3bc61401eae57d5e6867cb5dbe0)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

https://github.com/fawkesrobotics/fawkes/tree/thofmann/integration-tests

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 8944fde33bf1e145f1c3599b7b4f55bf06f14e55
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Tue Mar 24 17:04:46 2020 +0100
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Wed Mar 25 15:04:55 2020 +0100

    gazsim-comm: do not link against unneeded libraries
    
    The plugin doe snot need the gazebo aspect, nor does it need
    fawkesutils. Do not link against those.

https://github.com/fawkesrobotics/fawkes/commit/8944fde33

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
commit 068a9fe17442b3bc61401eae57d5e6867cb5dbe0
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Wed Mar 25 14:47:18 2020 +0100
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Wed Mar 25 15:05:02 2020 +0100

    buildsys: improve integration test output to see what the test output is
    
    Indent the test output and prefix it with `-->` to clarify that it is
    the test output, not output by the build target.

https://github.com/fawkesrobotics/fawkes/commit/068a9fe17

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


- *Summary* -----------------------------------------------------------
 src/plugins/gazebo/gazsim-comm/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)


- *Diffs* -------------------------------------------------------------

- *commit* 8944fde33bf1e145f1c3599b7b4f55bf06f14e55 - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Tue Mar 24 17:04:46 2020 +0100
Subject: gazsim-comm: do not link against unneeded libraries

 src/plugins/gazebo/gazsim-comm/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

_Diff for modified files_:
diff --git a/src/plugins/gazebo/gazsim-comm/Makefile 
b/src/plugins/gazebo/gazsim-comm/Makefile
index 6b444932c..4c74fd248 100644
--- a/src/plugins/gazebo/gazsim-comm/Makefile
+++ b/src/plugins/gazebo/gazsim-comm/Makefile
@@ -25,8 +25,7 @@ include $(BUILDSYSDIR)/protobuf.mk
 
 CFLAGS += $(CFLAGS_CPP11)
 
-LIBS_gazsim_comm = fawkescore fawkesutils fawkesaspects fawkes_protobuf_comm \
-                   fawkesgazeboaspect gazsim_msgs 
+LIBS_gazsim_comm = fawkescore fawkesaspects fawkes_protobuf_comm
 OBJS_gazsim_comm = gazsim_comm_plugin.o gazsim_comm_thread.o
 
 OBJS_all    = $(OBJS_gazsim_comm)

- *commit* 068a9fe17442b3bc61401eae57d5e6867cb5dbe0 - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Wed Mar 25 14:47:18 2020 +0100
Subject: buildsys: improve integration test output to see what the test output 
is

 etc/buildsys/root/test.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

_Diff for modified files_:
diff --git a/etc/buildsys/root/test.mk b/etc/buildsys/root/test.mk
index b19b4d517..e707d885b 100644
--- a/etc/buildsys/root/test.mk
+++ b/etc/buildsys/root/test.mk
@@ -18,7 +18,7 @@ integration-test:
                for test in $(TOP_BASEDIR)/tests.d/* ; do \
                        if [ -x $$test ] ; then \
                                echo -e $(INDENT_PRINT)"[TEST] Executing test 
$$test"; \
-                               exec $$test | sed s'/^/$(INDENT_PRINT)[TEST] 
/'; \
+                               exec $$test | sed s'/^/$(INDENT_PRINT)[TEST] 
--> /'; \
                                if [ $${PIPESTATUS[0]}  -ne 0 ] ; then \
                                        echo -e $(INDENT_PRINT)"[TEST] 
$(TBOLDRED)Failed test: $$test$(TNORMAL)"; \
                                        exit 1; \



_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to