Megatest

Ticket Change Details
Login
Overview

Artifact ID: 1a848292e555c607e897a2ad8445e491e8f51878
Ticket: 5b2cffd17c9da4ea8053cc5383925a372220e221
Variables in one target with no value produce "<var>=" in another target's test's env
User & Date: mmgraham on 2022-06-22 15:35:36
Changes

  1. comment changed to:
    When a variable is defined in a target earlier in the runconfig file, with no value, like
    
    MYENVVAR
    
    it appears with the name "MYENVVAR=" in the environment of a test run from a later target in the runconfig. It does not appear when doing megatest -show-runconfig -target <target>
    
    The workaround is to put "" for the value of the var.
    
  2. foundin changed to: "1.65/92"
  3. login: "mmgraham"
  4. private_contact changed to: "0b858582443dd43746dc236c08b062c9b6a8cf86"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. title changed to:
    Variables in one target with no value produce "<var>=" in another target's test's env
    
  8. type changed to: "Code_Defect"