Megatest

History Of Ticket b99251aaf8dad18d6b8d1fd51f218fdb7891a2b3
Login

Artifacts Associated With Ticket b99251aaf8dad18d6b8d1fd51f218fdb7891a2b3

  1. Ticket change [dcf1013205] (rid 14856) by bjbarcla on 2017-07-12 12:15:08:

    1. comment initialized to:
      In runconfig files, common mistakes like creating a dividing line with ******** or accidentally wrapping a line, eg
      
      yvar /blah/blah -ot foo.4.ot
      to
      myvar /blah/blah -ot foo<newline>
      .4.0t
      
      
      Result in errors in csh and warnings in bash like
      ./megatest.sh: line 75: export: `.4.ot=': not a valid identifier
      
      When creating megatest.csh/.sh, lets filter and warn when a env var name is invalid, that is does not begin with an alphabetic
      
    2. foundin initialized to: "1.6424"
    3. login: "bjbarcla"
    4. private_contact initialized to: "9a900f538965a426994e1e90600920aff0b4e8d2"
    5. severity initialized to: "Important"
    6. status initialized to: "Open"
    7. title initialized to:
      megatest.csh / megatest.sh can set invalid variables that cause shell to error
      
    8. type initialized to: "Feature_Request"