(CommandList
  children: [
    (C {(set)} {(-o)} {(errexit)})
    (C {(set)} {(-o)} {(nounset)})
    (C {(set)} {(-o)} {(pipefail)})
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:KUBE_ROOT)
          op: Equal
          rhs: 
            {
              (CommandSubPart
                command_list: 
                  (CommandList
                    children: [(C {(dirname)} {(DQ (${ VSub_Name BASH_SOURCE))})]
                  )
                left_token: <Left_CommandSub '$('>
                spids: [71 79]
              ) (/..)
            }
          spids: [70]
        )
      ]
      spids: [70]
    )
    (C {(source)} {(DQ (${ VSub_Name KUBE_ROOT) (/cluster/kube-util.sh))})
    (SimpleCommand
      words: [{(echo)} {(DQ ('Testing cluster with provider: ') (${ VSub_Name KUBERNETES_PROVIDER))}]
      redirects: [(Redir op_id:Redir_GreatAnd fd:1 arg_word:{(2)} spids:[101])]
    )
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:TEST_ARGS)
          op: Equal
          rhs: {(DQ ($ VSub_At '$@'))}
          spids: [105]
        )
      ]
      spids: [105]
    )
    (SimpleCommand
      words: [{(echo)} {(DQ ('Running e2e tests:'))}]
      redirects: [(Redir op_id:Redir_GreatAnd fd:1 arg_word:{(2)} spids:[117])]
    )
    (SimpleCommand
      words: [{(echo)} {(DQ ('./hack/ginkgo-e2e.sh ') (${ VSub_Name TEST_ARGS))}]
      redirects: [(Redir op_id:Redir_GreatAnd fd:1 arg_word:{(2)} spids:[129])]
    )
    (C {(exec)} {(DQ (${ VSub_Name KUBE_ROOT) (/hack/ginkgo-e2e.sh))} {(DQ ($ VSub_At '$@'))})
  ]
)