]> git.pld-linux.org Git - packages/openscad.git/commitdiff
- try to fix test suite build
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 7 Jun 2022 17:44:36 +0000 (19:44 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 7 Jun 2022 17:44:36 +0000 (19:44 +0200)
openscad.spec

index 32b509a0a4ef06f0a4ff511b358b127643f2e12c..34b1d9a9d4c70eaa692169731ce7d5229a817aee 100644 (file)
@@ -156,9 +156,8 @@ qmake-qt5 \
 %{__make}
 
 %if %{with tests}
-mkdir -p tests/build
-cd tests/build
-%cmake ../
+cd tests
+%cmake .
 %{__make}
 %{__make} -j1 test
 %endif
This page took 0.313592 seconds and 4 git commands to generate.