From: Tatsuro M. <tma...@ya...> - 2019-02-24 04:11:15
|
----- Original Message ----- > From: Hans-Bernhard Bröker > To: gnuplot-beta > Cc: > Date: 2019/2/23, Sat 10:09 > Subject: Re: pause in make check > > Am 22.02.2019 um 03:42 schrieb Tatsuro MATSUOKA: > >> Can I insert something like "pause" each run in make check? > > No need; there are already "pause"s after every plot (the same ones > you > see when just loading all.dem in an interactive gnuplot session). > > The "make check" rules explictly skip all these pauses by redirecting > stdin from /dev/null. But for when one does want to single-step the > plots, there's a second target, "check-interactive", that does > just that. > > So, in a nutshell: > > make -C demo check-interactive On qt terminal on Ubuntu 18.04 on WS, make check is too fast so that size and/or aspect ratio almost the case. make -C demo check-interactive is one of the solution but I want change pause length during make check or some other altatative way automatic check a little bit slower. Tatsuro |