*/*: remove JOBS from ctest

The jobs are already set through CTEST_PARALLEL_LEVEL
This commit is contained in:
Sertonix 2024-07-28 14:30:46 +02:00 committed by Patrycja Rosa
parent afe29950ad
commit 127ff99881
30 changed files with 30 additions and 30 deletions

View file

@ -34,7 +34,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -33,7 +33,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -33,7 +33,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -39,7 +39,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -40,7 +40,7 @@ build() {
check() {
timeout 600 \
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -46,7 +46,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -40,7 +40,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -44,7 +44,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -33,7 +33,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -33,7 +33,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -51,7 +51,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -82,7 +82,7 @@ _build() {
check() {
cd build
CTEST_OUTPUT_ON_FAILURE=TRUE ctest -j${JOBS:-2}
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {

View file

@ -20,7 +20,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -46,7 +46,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -36,7 +36,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -45,7 +45,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2} \
ctest --test-dir build --output-on-failure \
-E '(circle-test|bezier-test|elliptical-arc-test)'
}

View file

@ -32,7 +32,7 @@ build() {
}
check() {
ctest --output-on-failure -j $JOBS --test-dir build \
ctest --output-on-failure --test-dir build \
-E dispatch_select # fail
}

View file

@ -25,7 +25,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -28,7 +28,7 @@ build() {
}
check() {
ctest -j $JOBS --output-on-failure --test-dir build
ctest --output-on-failure --test-dir build
}
package() {

View file

@ -106,7 +106,7 @@ check() {
;;
esac
ctest --test-dir build --output-on-failure -j ${JOBS:-2} \
ctest --test-dir build --output-on-failure \
-E "$exclude_tests)"
}

View file

@ -112,7 +112,7 @@ check() {
done
skipped_tests="$skipped_tests)_test|icetest|random_test"
msg "$skipped_tests"
ctest --test-dir build --output-on-failure -j${JOBS:-1} -E "$skipped_tests"
ctest --test-dir build --output-on-failure -E "$skipped_tests"
}
package() {

View file

@ -79,7 +79,7 @@ build() {
}
check() {
xvfb-run -a ctest -a -j $JOBS \
xvfb-run -a ctest \
--rerun-failed \
--output-on-failure \
-E 'FiltersCoreCxx-TestFeatureEdges' \

View file

@ -311,7 +311,7 @@ check() {
armv7|x86) _exclude="$_exclude|suite_wslua";;
s390x) _exclude="$_exclude|suite_decryption";;
esac
ctest --test-dir build --output-on-failure -E "($_exclude)" -j "${JOBS:-$(nproc)}"
ctest --test-dir build --output-on-failure -E "($_exclude)"
}
package() {

View file

@ -31,7 +31,7 @@ build() {
check() {
cd build
CTEST_OUTPUT_ON_FAILURE=TRUE ctest -j${JOBS:-2}
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {

View file

@ -312,7 +312,7 @@ build() {
check() {
# exclude test-connect which seems to be buggy. testsuite does not set port env var
ctest --test-dir build --output-on-failure -E '(test-connect|mf_iocache)' -j${JOBS:-2}
ctest --test-dir build --output-on-failure -E '(test-connect|mf_iocache)'
}
package() {

View file

@ -49,7 +49,7 @@ check() {
# [ FAILED ] ExportsTests/ExportsMultipleParametersTests.ChecksExports
# /testing/cherrytree/src/cherrytree_0.99.44/tests/data_данные
# /test_документ.ctb", "--export_to_html_dir")
xvfb-run -a ctest --test-dir build -j $JOBS --output-on-failure \
xvfb-run -a ctest --test-dir build --output-on-failure \
-E ExportsMultipleParametersTests.ChecksExports
}

View file

@ -27,7 +27,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -41,7 +41,7 @@ build() {
}
check() {
ctest -j $JOBS --test-dir build --output-on-failure
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -38,7 +38,7 @@ build() {
}
check() {
ctest --test-dir build --output-on-failure -j${JOBS:-2}
ctest --test-dir build --output-on-failure
}
package() {

View file

@ -42,7 +42,7 @@ build() {
check() {
# useless code style test with another dependency
ctest -j $JOBS --output-on-failure -T Test
ctest --output-on-failure -T Test
}
package() {