File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ def test_default_scrubbed(
1818
1919 default_cache_directory = str (default_cache_dir ).replace ("\\ " , "\\ \\ " )
2020 default_data_directory = str (default_data_dir ).replace ("\\ " , "\\ \\ " )
21+ default_gopath = str (default_gopath ).replace ("\\ " , "\\ \\ " )
22+ default_gocache = str (default_gocache ).replace ("\\ " , "\\ \\ " )
2123
2224 result .check (
2325 exit_code = 0 ,
@@ -91,6 +93,8 @@ def test_reveal(
9193
9294 default_cache_directory = str (default_cache_dir ).replace ("\\ " , "\\ \\ " )
9395 default_data_directory = str (default_data_dir ).replace ("\\ " , "\\ \\ " )
96+ default_gopath = str (default_gopath ).replace ("\\ " , "\\ \\ " )
97+ default_gocache = str (default_gocache ).replace ("\\ " , "\\ \\ " )
9498
9599 result .check (
96100 exit_code = 0 ,
You can’t perform that action at this time.
0 commit comments