Remove unecessary warning about apps.json not existing

This commit is contained in:
Alexandre Aubin 2023-02-15 19:20:58 +01:00
parent 5d75cc2a73
commit c90526dbd6

View file

@ -2078,7 +2078,7 @@ class AppCatalog(TestSuite):
"master",
]
)
if os.system(f"git -C ./.apps cat-file -e {commit}:apps.json") == 0:
if os.system(f"git -C ./.apps cat-file -e {commit}:apps.json 2>/dev/null") == 0:
raw_catalog_at_this_date = git(["show", f"{commit}:apps.json"])
loader = json