Skip to content
Snippets Groups Projects
Verified Commit d8910637 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

:bug: The “onlyclearglobals” option was not actually clearing global variables

The driver was calling “clear” before “global”, hence clearing local and not
global variables (unless “global” had already been called at scope).

Rather use “clearvars -global”.

(cherry picked from commit c1381f1d)
parent b2862aa0
No related branches found
No related tags found
Loading
Pipeline #10858 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment