From 208aad1e64cecc758a4d55357be3e63c49093351 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 c7f566186f84815abcdae8d6f48bc1ed43f30ab1 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 ;;