From de63e401ac434ad5a0bf9f99311ff7b9dfec655b Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 4 Oct 2025 09:36:19 +0300 Subject: [PATCH] Updating tests --- Jenkinsfile | 3 ++- Makefile | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 53e3012..7fbd225 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,8 @@ pipeline { } parameters { - string(name: 'SCHEMES', defaultValue: 'chibi chicken gauche kawa racket sagittarius stklos', description: '') + //string(name: 'SCHEMES', defaultValue: 'chibi chicken gauche kawa racket sagittarius stklos', description: '') + string(name: 'SCHEMES', defaultValue: 'chibi', description: '') } stages { diff --git a/Makefile b/Makefile index b90e4e0..7612a64 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,6 @@ test-old: ${TMPDIR}/test/libtest.o ${TMPDIR}/test/libtest.so ${TMPDIR}/test/libt cd ${TMPDIR}/test && printf "\n" | LD_LIBRARY_PATH=. timeout 600 ./test test: package ${TMPDIR}/test/libtest.o ${TMPDIR}/test/libtest.so ${TMPDIR}/test/libtest.a - ls snow-test ${SCHEME} ${PKGNAME} test-docker: