From: Karel Zak Date: Tue, 26 Jan 2021 10:39:10 +0000 (+0100) Subject: tests: mark ul/basic as KNOWN_FAIL X-Git-Tag: v2.37-rc1~158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9d7ed551763a756b3018141f9111a76e261a4d4;p=thirdparty%2Futil-linux.git tests: mark ul/basic as KNOWN_FAIL It works locally and on Travis, but fail on Github Actions. Signed-off-by: Karel Zak --- diff --git a/tests/ts/ul/basic b/tests/ts/ul/basic index bc0c1168d4..5a7ff03687 100755 --- a/tests/ts/ul/basic +++ b/tests/ts/ul/basic @@ -18,11 +18,15 @@ TS_TOPDIR="${0%/*}/../.." TS_DESC="basic tests" + . $TS_TOPDIR/functions.sh ts_init "$*" ts_check_test_command "$TS_CMD_UL" +# This test provides different result on some terminals and virtual machines +TS_KNOWN_FAIL="yes" + ts_log "printable characters" $TS_CMD_UL < $TS_SELF/basic.input >> $TS_OUTPUT 2>> $TS_ERRLOG