• Oran Agra's avatar
    tests: prevent name clash in variables leading to wrong test name (#8995) · 3e39ea0b
    Oran Agra authored
    running the "geo" unit would have shown that it completed a unit named
    "north". this was because the variable `$name` was overwritten.
    This commit isn't perfect, but it slightly reduces the chance for
    variable name clash.
    
    ```
    $ ./runtest --single unit/geo
    .......
    Testing unit/geo
    .......
    [1/1 done]: north (15 seconds)
    ```
    3e39ea0b
test_helper.tcl 25.8 KB