Compiler test scripts: updated to use xz

This commit is contained in:
SChernykh
2025-07-20 07:25:25 +02:00
parent 3bbc0753c6
commit d3798a1da7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ cd ../tests
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release $COMPILER 1>> /p2pool/output.log 2>&1
make -j$(nproc) p2pool_tests 1>> /p2pool/output.log 2>&1
gunzip *.gz
unxz *.xz
./p2pool_tests 1>> /p2pool/output.log 2>&1