summaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-14 23:54:52 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-14 23:54:52 +0100
commitbbca0653067d274b855da15594363a176b7e8fe2 (patch)
tree258368a3d66a91dd928c3bcf2fc65d7debd26854 /src/cadet
parentc561f7f98f787053986eb8264495045212192037 (diff)
downloadgnunet-bbca0653067d274b855da15594363a176b7e8fe2.tar.gz
gnunet-bbca0653067d274b855da15594363a176b7e8fe2.zip
skip instead of fail hard on testbed link failures in cadet tests
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/cadet_test_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/cadet_test_lib.c b/src/cadet/cadet_test_lib.c
index 7d83f496a..db16e4015 100644
--- a/src/cadet/cadet_test_lib.c
+++ b/src/cadet/cadet_test_lib.c
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -279,7 +279,7 @@ cadet_test_run (void *cls,
279 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 279 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
280 "Some links failed (%u), ending\n", 280 "Some links failed (%u), ending\n",
281 links_failed); 281 links_failed);
282 exit (2); 282 exit (77);
283 } 283 }
284 if (num_peers != ctx->num_peers) 284 if (num_peers != ctx->num_peers)
285 { 285 {