diff options
| -rwxr-xr-x | meta/recipes-core/glibc/glibc/run-ptest | 12 |
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 |
| 23 | tst_time_tmp=$(sed -e "s/-time64$//" <<< ${tst_time64}) | 23 | tst_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 |
| 26 | for i in ${tst_time_tmp} | 26 | #for i in ${tst_time_tmp} |
| 27 | do | 27 | #do |
| 28 | $i >/dev/null 2>&1 | 28 | # $i >/dev/null 2>&1 |
| 29 | output | 29 | # output |
| 30 | done | 30 | #done |
| 31 | 31 | ||
| 32 | # Run tests supporting only 64 bit time | 32 | # Run tests supporting only 64 bit time |
| 33 | for i in ${tst_time64} | 33 | for i in ${tst_time64} |
