Skip to content
Snippets Groups Projects
Verified Commit c1381f1d 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”.
parent 1e68b2fc
No related branches found
No related tags found
Loading
Checking pipeline status