##// END OF EJS Templates
fix(tests): on jenkins ensure re-creation of the path
super-admin -
r5609:cccd61c3 default
parent child Browse files
Show More
@@ -994,6 +994,8 b' class TestLargeFileRepo(object):'
994 994 # Note: oid path depends on LFSOidStore.store_suffix. Once it will be changed update below line accordingly
995 995 oid_destination = os.path.join(git_largefiles_store, f"objects/{oid[:2]}/{oid[2:4]}/{oid}")
996 996
997 spec_path = os.path.dirname(oid_destination)
998 os.makedirs(spec_path, exist_ok=True)
997 999 shutil.copy(oid_path, oid_destination)
998 1000
999 1001 lf_node = node.get_largefile_node()
General Comments 0
You need to be logged in to leave comments. Login now