Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed May 4, 2020
1 parent 7fafaee commit 869858f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test06xcompile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run_with_args(testdir, args_in):
shutil.rmtree(idir)
#
args = ['--show-args', 'build']
args += ['--build-dir', bdir, '--install-dir', idir]
args += ['--build-root', bdir, '--install-root', idir]
args += args_in
cmany_main(args)
#
Expand Down

0 comments on commit 869858f

Please sign in to comment.