From 594b239e038030aa5883b1cf81ff45d5eefbacad Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Sat, 18 Apr 2020 00:00:37 +0200 Subject: [PATCH] Updated --- test/runtests.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 03d22e3..b65be95 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -170,7 +170,8 @@ else c = Meta.parse(gpexec("print c")) end -@gp :dry "f(x) = a * sin(b + c*x); a = 1; b = 1; c = 1;" :- +@gp :dry "set term unknwon" :- # avoid errors in CI +@gp :- :dry "f(x) = a * sin(b + c*x); a = 1; b = 1; c = 1;" :- @gp :- :dry "a = $a; b = $b; c = $c" :- @gp :- :dry "set multiplot layout 2,1" ylab="Data and model" :- name = "\$MyDataSet1"