From e62bd43ef9c12b4defa2b9730cffeaf544f92c4e Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Thu, 10 Aug 2017 10:30:01 +1000 Subject: [PATCH 1/3] first failed change --- test.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test.sh b/test.sh index 52d4574..6625ed0 100755 --- a/test.sh +++ b/test.sh @@ -1,6 +1,4 @@ #!/bin/bash -echo "Hello world. Submit a PR to change this missing." - -echo "Or submit a PR to change the exit to make this test pass or fail." -exit 0 +echo "This is the first failed change" +exit 1 From 932a0fae2509aee647c746280389b7c90943ac15 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Thu, 10 Aug 2017 10:34:16 +1000 Subject: [PATCH 2/3] another failed test --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 6625ed0..d159a24 100755 --- a/test.sh +++ b/test.sh @@ -1,4 +1,4 @@ #!/bin/bash -echo "This is the first failed change" +echo "This is the second failed change" exit 1 From b8fe9f8a81c0c69a9493439d09e8ff69cdde4fa8 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Thu, 10 Aug 2017 10:36:48 +1000 Subject: [PATCH 3/3] This is the third failed change, with a sleep to test 'pending' status --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index d159a24..1a53b04 100755 --- a/test.sh +++ b/test.sh @@ -1,4 +1,5 @@ #!/bin/bash -echo "This is the second failed change" +echo "This is the third failed change, with a sleep to test 'pending' status" +sleep 30 exit 1