You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertstderr=="{}:0:0: error: Bailing out from analysis: Checking file failed: Failed to execute addon 'addon.json' - exitcode is {} [internalError]\n\n^\n".format(test_file, ec)
244
244
245
245
246
+
@pytest.mark.skipif(sys.platform!="win32", reason="Windows specific issue")
247
+
deftest_execute_addon_path_with_spaces(tmpdir):
248
+
addon_json=os.path.join(tmpdir, 'addon.json')
249
+
addon_executable=os.path.join(tmpdir, 'A Folder', 'addon.exe')
0 commit comments