• L
    scripts.avocado-bash-utils: Add Avocado bash utils · fa0e77a7
    Lukáš Doktor 提交于
    This patch is initial support for people using custom bash scripts
    with avocado. Tests should use:
    
        PATH=$(avocado "exec-path"):$PATH
    
    and then they can utilize the helpers.
    
    This version contain functions to write to Test.log the same way it's
    possible from python including failing the test with TestWarn in case
    avocado_warn was used.
    Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
    fa0e77a7
avocado_info 52 字节