Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Mar 29, 2024
1 parent 715a034 commit a713078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import Xpress_jll
ENV["XPRESS_JL_LIBRARY"] = Xpress_jll.libxprs
if haskey(ENV, "XPRESS_JL_COMMUNITY_XPAUTH_XPR")
ENV["XPAUTH_PATH"] = @__DIR__
ENV["XPAUTH_PATH"] = dirname(@__DIR__)
contents = ENV["XPRESS_JL_COMMUNITY_XPAUTH_XPR"]
write(joinpath(@__DIR__, "xpauth.xpr"), contents)
write(joinpath(dirname(@__DIR__), "xpauth.xpr"), contents)
end

using Test
Expand Down

0 comments on commit a713078

Please sign in to comment.