From 22b45d70ce2fa7d1d7ea9c374eb768a686db632d Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sun, 3 Feb 2019 13:09:32 +0100 Subject: [PATCH 1/2] Don't run the CPP example on CI --- test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test.sh b/test.sh index 1e38c2a23df..e2ef5b7c89a 100755 --- a/test.sh +++ b/test.sh @@ -57,8 +57,6 @@ cpp_test () { cd $DIR cmake .. make -j $THREADS - ./parity-example > example.logs - tail --lines 100 example.logs cd - rm -rf $DIR ;; From 0e881939477ff8a439491da722bf2f3454c1ebf9 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sun, 3 Feb 2019 13:13:41 +0100 Subject: [PATCH 2/2] Add comment --- test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.sh b/test.sh index e2ef5b7c89a..1b05194e471 100755 --- a/test.sh +++ b/test.sh @@ -57,6 +57,8 @@ cpp_test () { cd $DIR cmake .. make -j $THREADS + # Note: we don't try to run the example because it tries to sync Kovan, and we don't want + # that to happen on CI cd - rm -rf $DIR ;;