summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core')
-rwxr-xr-xmeta/recipes-core/glibc/glibc/run-ptest12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-core/glibc/glibc/run-ptest b/meta/recipes-core/glibc/glibc/run-ptest
index c394b49866..cb71c75682 100755
--- a/meta/recipes-core/glibc/glibc/run-ptest
+++ b/meta/recipes-core/glibc/glibc/run-ptest
@@ -22,12 +22,12 @@ tst_time64=$(ls -r ${PWD}/tests/glibc-ptest/*-time64)
22# related 22# related
23tst_time_tmp=$(sed -e "s/-time64$//" <<< ${tst_time64}) 23tst_time_tmp=$(sed -e "s/-time64$//" <<< ${tst_time64})
24 24
25# Run tests supporting only 32 bit time 25# Do not run tests supporting only 32 bit time
26for i in ${tst_time_tmp} 26#for i in ${tst_time_tmp}
27do 27#do
28 $i >/dev/null 2>&1 28# $i >/dev/null 2>&1
29 output 29# output
30done 30#done
31 31
32# Run tests supporting only 64 bit time 32# Run tests supporting only 64 bit time
33for i in ${tst_time64} 33for i in ${tst_time64}