Skip to content

Commit

Permalink
Added workaround for the test case to find TBB library in CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
TejaX-Alaghari committed Jan 29, 2024
1 parent 45ad0e4 commit 2b8626a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ def migrate_test():
def build_test():
return True
def run_test():
return call_subprocess("./app.run")
return call_subprocess("LD_LIBRARY_PATH=${TBBROOT}/${TBBVER}/tbb/${TBB_MAJORVER}/lib:${TBBROOT}/lib:${LD_LIBRARY_PATH} ./app.run")

0 comments on commit 2b8626a

Please sign in to comment.