diff options
author | Carlos Aznarán | 2023-09-24 15:45:51 -0500 |
---|---|---|
committer | Carlos Aznarán | 2023-09-24 15:45:51 -0500 |
commit | f98b7ad4ba793b7a5a322432e401fcfd59bb28ff (patch) | |
tree | 9f6255465a430ed7891c2e2f798e459aa53a9222 | |
parent | 8d384b96201e179bd9de487b16e78cd69ccb968d (diff) | |
download | aur-f98b7ad4ba793b7a5a322432e401fcfd59bb28ff.tar.gz |
Skip check() function
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ build() { } check() { - ./build/test/test_xeus_python + cd build/test + ./test_xeus_python } package() { |