(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: [68 76]
              ) (/..)
            }
          spids: [67]
        )
      ]
      spids: [67]
    )
    (Assignment
      keyword: Assign_None
      pairs: [(assign_pair lhs:(LhsName name:ARGHELP) op:Equal rhs:{(DQ )} spids:[83])]
      spids: [83]
    )
    (If
      arms: [
        (if_arm
          cond: [
            (Sentence
              child: 
                (DBracket
                  expr: 
                    (BoolUnary
                      op_id: BoolUnary_n
                      child: 
                        {
                          (DQ 
                            (BracedVarSub
                              token: <VSub_Name FOCUS>
                              suffix_op: (StringUnary op_id:VTest_ColonHyphen arg_word:{(EmptyPart)})
                              spids: [94 97]
                            )
                          )
                        }
                    )
                )
              terminator: <Op_Semi ';'>
            )
          ]
          action: [
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:ARGHELP)
                  op: Equal
                  rhs: {(DQ ("FOCUS='") (${ VSub_Name FOCUS) ("' "))}
                  spids: [106]
                )
              ]
              spids: [106]
            )
          ]
          spids: [16777215 103]
        )
      ]
      spids: [16777215 115]
    )
    (If
      arms: [
        (if_arm
          cond: [
            (Sentence
              child: 
                (DBracket
                  expr: 
                    (BoolUnary
                      op_id: BoolUnary_n
                      child: 
                        {
                          (DQ 
                            (BracedVarSub
                              token: <VSub_Name SKIP>
                              suffix_op: (StringUnary op_id:VTest_ColonHyphen arg_word:{(EmptyPart)})
                              spids: [124 127]
                            )
                          )
                        }
                    )
                )
              terminator: <Op_Semi ';'>
            )
          ]
          action: [
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:ARGHELP)
                  op: Equal
                  rhs: {(DQ (${ VSub_Name ARGHELP) ("SKIP='") (${ VSub_Name SKIP) ("'"))}
                  spids: [136]
                )
              ]
              spids: [136]
            )
          ]
          spids: [16777215 133]
        )
      ]
      spids: [16777215 148]
    )
    (C {(echo)} {(DQ ('NOTE: ') ($ VSub_Number '$0') (" has been replaced by 'make test-e2e-node'"))})
    (C {(echo)})
    (C {(echo)} {(DQ ('This script supports a number of parameters passed as environment variables.'))})
    (C {(echo)} {(DQ ('Please see the Makefile for more details.'))})
    (C {(echo)})
    (C {(echo)} {(DQ ('The equivalent of this invocation is: '))})
    (C {(echo)} {(DQ ('    make test-e2e-node ') (${ VSub_Name ARGHELP))})
    (C {(echo)})
    (C {(echo)})
    (C {(make)} {(--no-print-directory)} {(-C)} {(DQ (${ VSub_Name KUBE_ROOT))} {(test-e2e-node)} 
      {(Lit_VarLike 'FOCUS=') 
        (BracedVarSub
          token: <VSub_Name FOCUS>
          suffix_op: (StringUnary op_id:VTest_ColonHyphen arg_word:{})
          spids: [209 212]
        )
      } 
      {(Lit_VarLike 'SKIP=') 
        (BracedVarSub
          token: <VSub_Name SKIP>
          suffix_op: (StringUnary op_id:VTest_ColonHyphen arg_word:{})
          spids: [215 218]
        )
      }
    )
  ]
)