summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk8/tcl8/run-ptest
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-01-08 09:42:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-10 11:10:00 +0000
commitf7a3dd46ab9bfc5344fc8c757e2f667c9a2ba90f (patch)
treedfcf4862fe77cc91a80c0379eb820d0bb015daf7 /meta/recipes-devtools/tcltk8/tcl8/run-ptest
parent991cbf2336e815c8d8aa161f0f76ae93dac132ec (diff)
downloadpoky-f7a3dd46ab9bfc5344fc8c757e2f667c9a2ba90f.tar.gz
tcl8: upgrade 8.6.15 -> 8.6.16
Adjust run-ptest to use the absolute ptest library location (tcl 9.x already does this) to avoid clock.test failures. (From OE-Core rev: 6161afaa3d4f6600a3598bf559576fb571968cbb) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk8/tcl8/run-ptest')
-rw-r--r--meta/recipes-devtools/tcltk8/tcl8/run-ptest2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcltk8/tcl8/run-ptest b/meta/recipes-devtools/tcltk8/tcl8/run-ptest
index c485e535c7..bea9d9ccfd 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/run-ptest
+++ b/meta/recipes-devtools/tcltk8/tcl8/run-ptest
@@ -2,7 +2,7 @@
2 2
3# clock.test needs a timezone to be set 3# clock.test needs a timezone to be set
4export TZ="Europe/London" 4export TZ="Europe/London"
5export TCL_LIBRARY=library 5export TCL_LIBRARY=@libdir@/tcl8/ptest/library
6export ERROR_ON_FAILURES=1 6export ERROR_ON_FAILURES=1
7 7
8# Some tests are overly strict with timings and fail on loaded systems. 8# Some tests are overly strict with timings and fail on loaded systems.