Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2015 17:43:03 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288423 - head/bin/ls/tests
Message-ID:  <201509301743.t8UHh3hD012703@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Sep 30 17:43:02 2015
New Revision: 288423
URL: https://svnweb.freebsd.org/changeset/base/288423

Log:
  Skip the B_flag testcase to stop blowing up freebsd-current@ with
  "test failure emails" because kyua report-jenkins doesn't properly
  escape non-printable chars

Modified:
  head/bin/ls/tests/ls_tests.sh

Modified: head/bin/ls/tests/ls_tests.sh
==============================================================================
--- head/bin/ls/tests/ls_tests.sh	Wed Sep 30 17:40:09 2015	(r288422)
+++ head/bin/ls/tests/ls_tests.sh	Wed Sep 30 17:43:02 2015	(r288423)
@@ -180,6 +180,7 @@ B_flag_head()
 
 B_flag_body()
 {
+	atf_skip "kyua report-jenkins doesn't properly escape non-printable chars: https://github.com/jmmv/kyua/issues/136"
 
 	atf_check -e empty -o empty -s exit:0 touch "$(printf "y\013z")"
 	atf_check -e empty -o match:'y\\013z' -s exit:0 ls -B



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509301743.t8UHh3hD012703>