mononoke/tests: modified paths to absolute

Summary: When running integration tests we should make the paths absolute, but kept it relative so far. This results it breaking the tests.

Reviewed By: krallin

Differential Revision: D22209498

fbshipit-source-id: 54ca3def84abf313db32aecfac503c7a42ed6576
This commit is contained in:
Viet Hung Nguyen 2020-06-24 11:11:59 -07:00 committed by Facebook GitHub Bot
parent 24a1dfc13a
commit ebd041b0ec

View File

@ -361,6 +361,7 @@ def run(
mysql_schemas,
devdb,
):
manifest = os.path.abspath(manifest)
if is_libfb_present():
from libfb.py.log import set_simple_logging
from eden.mononoke.tests.integration.facebook.lib_runner import (