Home
last modified time | relevance | path

Searched refs:warn_ (Results 1 – 12 of 12) sorted by relevance

/coreutils/tests/split/
Drecord-sep.sh59 { warn_ "-t without argument did not trigger an error" ; fail=1 ; }
63 { warn_ "-txx did not trigger an error" ; fail=1 ; }
67 { warn_ "-ta -tb did not trigger an error" ; fail=1 ; }
71 { warn_ "-t\$NL -tb did not trigger an error" ; fail=1 ; }
75 { warn_ "-t: -t: triggered an error" ; fail=1 ; }
/coreutils/tests/
Dinit.sh100 warn_ () function
107 *) (IFS=' '; warn_ "$@");;
110 fail_ () { warn_ "$ME_: failed test: $@"; Exit 1; }
111 skip_ () { warn_ "$ME_: skipped test: $@"; Exit 77; }
112 fatal_ () { warn_ "$ME_: hard error: $@"; Exit 99; }
113 framework_failure_ () { warn_ "$ME_: set-up failure: $@"; Exit 99; }
401 warn_ "using SHELL=$SHELL with 'set -x' corrupts stderr"
/coreutils/tests/cp/
Dsparse-extents-2.sh84 test $skip != 1 && warn_ 'skipping part; you lack filefrag'
107 warn_ ignoring filefrag-reported extent map differences
/coreutils/tests/seq/
Dseq-epipe.sh38 || { warn_ "seq emitted incorrect error on EPIPE"; \
/coreutils/tests/tail/
Dinotify-rotate.sh41 warn_ $1
Dinotify-rotate-resources.sh50 warn_ $1
Dinotify-dir-recreate.sh32 warn_ $1
/coreutils/tests/install/
Dbasic-1.sh43 || warn_ "WARNING!!! Your just-built dd binary, $just_built_dd
52 && warn_ "WARNING!!! Your strip command doesn't seem to work,
/coreutils/tests/dd/
Dnocache.sh43 warn_ 'skipping part; this file system lacks support for posix_fadvise()'
Dnocache_eof.sh82 warn_ '512 byte aligned O_DIRECT is not supported on this (file) system'
/coreutils/
Dbootstrap99 warn_ () function
104 *) (IFS=' '; warn_ "$@");;
109 die() { warn_ "$@"; exit 1; }
350 warn_ "Error: '$app' not found or not from Automake-NG"
360 warn_ "Error: perl module '$app' not found"
370 warn_ "Error: '$app' not found"
377 warn_ "Error: '$app' not found"
444 warn_ "WARNING: your autom4te wrapper eats stdin;"
445 warn_ "if bootstrap fails, consider upgrading your autotools"
471 warn_ "one of these is required: $find_tool_names;"
[all …]
Dinit.cfg552 warn_ "can't create a sparse file: assuming not SEEK_DATA capable"
565 warn_ 'seek_data_capable_: python missing: assuming not SEEK_DATA capable'