diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2023-10-14 16:56:39 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2023-10-14 16:56:39 +0200 |
commit | 227f853b7a2b4d7c1ad4a6d7325646a0bcd754c8 (patch) | |
tree | a026c70ceee8219db0cc97891e8a868aa2da0050 | |
parent | 4fc4a469185c04288ab716c4b53077f3d9455d19 (diff) | |
download | vis-pkg-227f853b7a2b4d7c1ad4a6d7325646a0bcd754c8.tar.gz |
Damn, it was actual bug in my commit which broke the tests!
-rw-r--r-- | vis.spec | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |