Jelajahi Sumber

strip some logs

ruki 6 tahun lalu
induk
melakukan
07db4a2bb5
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      packages/m/mysql-client/xmake.lua
  2. 1 1
      scripts/test.lua

+ 1 - 1
packages/m/mysql-client/xmake.lua

@@ -11,7 +11,7 @@ package("mysql-client")
         add_deps("cmake", "openssl")
     end
     add_includedirs("include")
-
+ 
     on_install("macosx", "linux", function (package)
         -- https://bugs.mysql.com/bug.php?id=87348
         -- Fixes: "ADD_SUBDIRECTORY given source

+ 1 - 1
scripts/test.lua

@@ -24,5 +24,5 @@ function main(...)
     print(os.curdir())
     os.exec("xmake repo --add local-repo %s", repodir)
     os.exec("xmake repo -l")
-    os.exec("xmake require -f -v -D -y %s", table.concat(packages, " "))
+    os.exec("xmake require -f -D -y %s", table.concat(packages, " "))
 end