Skip to content

Commit

Permalink
Ported ABITestsuitBuilder.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkistanova committed Oct 27, 2020
1 parent e947380 commit 152cc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zorg/buildbot/builders/ABITestsuitBuilder.py
Expand Up @@ -74,8 +74,8 @@ def getABITestsuitBuildFactory(

# Run the ABI test.
abi_test_env = {
'PYTHONPATH' : WithProperties("%(workdir)s/" + f.llvm_srcdir + "/utils/lit:${PYTHONPATH}"),
'PATH' : WithProperties("%(workdir)s/" + f.obj_dir + "/bin:${PATH}"),
'PYTHONPATH' : WithProperties("%(builddir)s/" + f.llvm_srcdir + "/utils/lit:${PYTHONPATH}"),
'PATH' : WithProperties("%(builddir)s/" + f.obj_dir + "/bin:${PATH}"),
}
merged_env.update(abi_test_env)

Expand Down

0 comments on commit 152cc15

Please sign in to comment.