From 9e3e7af75f8b0f75993816fb900764b12e0eeb4549a2f381a6c3103119f0244e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Sat, 14 Oct 2023 16:56:39 +0200 Subject: [PATCH] Damn, it was actual bug in my commit which broke the tests! --- vis.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vis.spec b/vis.spec index cdfef86..6d09338 100644 --- a/vis.spec +++ b/vis.spec @@ -88,8 +88,8 @@ find . -name \*.htm\* # The vim tests harness is not solid, let's skip them for the moment. # Upstream mentioned the possibility of phasing them out entirely. %make_build -C test/core -# %%make_build -C test/lua -# %%make_build -C test/vis +%make_build -C test/lua +%make_build -C test/vis %clean