HomeSort by: relevance | last modified time | path
    Searched defs:fail_ (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/gzip/
init.sh 35 # Use the skip_ and fail_ functions to print a diagnostic and then exit
91 fail_ () { warn_ "$ME_: failed test: $@"; Exit 1; } function
442 '') fail_ "invalid path dir: '$1'";;
447 *:*) fail_ "invalid path dir: '$abs_path_dir_'";;
453 || fail_ "something failed (above): $abs_path_dir_"
478 || fail_ "failed to create temporary directory in $initial_cwd_"
479 cd "$test_dir_" || fail_ "failed to cd to temporary directory"
547 *) fail_ "Usage: mktempd_ DIR TEMPLATE";;
559 */) fail_ "invalid destination dir: remove trailing slash(es)";;
565 *) fail_ \
    [all...]

Completed in 16 milliseconds