Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix the Gtk tests on NewPkgEval (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored and tknopp committed Jan 2, 2020
1 parent 44d1fd2 commit 4753b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gui.jl
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ end
Gtk.showall(win)
sleep(0.5)
mtrx = Gtk.Cairo.get_matrix(getgc(cnvs))
if get(ENV, "CI", nothing) === nothing || !Sys.islinux()
if get(ENV, "JULIA_PKGEVAL", "") == "true" || get(ENV, "CI", nothing) === nothing || !Sys.islinux()
@test mtrx.xx == 300
@test mtrx.yy == 280
else
Expand Down

0 comments on commit 4753b6b

Please sign in to comment.