Skip to content
Snippets Groups Projects
Commit d243394f authored by Razvan Deaconescu's avatar Razvan Deaconescu
Browse files

tests/checker.py: Remove print


Remove extra print added for debugging purpose.

Signed-off-by: default avatarRazvan Deaconescu <razvan.deaconescu@upb.ro>
parent 4dbbf713
No related branches found
No related tags found
No related merge requests found
Pipeline #12455 passed
......@@ -251,7 +251,6 @@ def runTest(testName):
env = os.environ.copy()
src = os.environ.get("SRC_PATH", "../src")
env["LD_LIBRARY_PATH"] = src
print(env["LD_LIBRARY_PATH"])
proc = Popen(["ltrace", "-F", ".ltrace.conf", "-S", "-x", "os_*", f"{bin}"], stdout=PIPE, stderr=PIPE, env=env)
_, stderr = proc.communicate()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment