Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for echo_green (0.09 sec)

  1. cluster/addons/addon-manager/kube-addons-test.sh

        error "=== FAIL"
      else
        echo_green "=== PASS"
      fi
      teardown
    }
    
    failures=0
    test_func test_create_resource_reconcile
    test_func test_create_resource_ensureexists
    test_func test_create_multiresource
    if [ "${failures}" -gt 0 ]; then
      error "no. failed tests: ${failures}"
      error "FAIL"
      exit 1
    else
      echo_green "PASS"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 25 02:46:18 UTC 2021
    - 9.3K bytes
    - Viewed (0)
Back to top