Megatest

Ticket Change Details
Login
Overview

Artifact ID: dcf10132058629c57c9fba9b166381b494226f95
Ticket: b99251aaf8dad18d6b8d1fd51f218fdb7891a2b3
megatest.csh / megatest.sh can set invalid variables that cause shell to error
User & Date: bjbarcla on 2017-07-12 12:15:08
Changes

  1. comment changed 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 changed to: "1.6424"
  3. login: "bjbarcla"
  4. private_contact changed to: "9a900f538965a426994e1e90600920aff0b4e8d2"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. title changed to:
    megatest.csh / megatest.sh can set invalid variables that cause shell to error
    
  8. type changed to: "Feature_Request"