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
        to  fc694cd15013908ec3fac80c1718cd647047b3d8 (commit)
      from  ef79d47a6ce714064d275adc2d11d8487be9dc25 (commit)

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 fc694cd15013908ec3fac80c1718cd647047b3d8
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 14:48:05 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/fc694cd15

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


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


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

- *commit* fc694cd15013908ec3fac80c1718cd647047b3d8 - - - - - - - - - -
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