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
Checking pipeline status