From a0a71986117a3bec03eaebe9f22121821697f9b0 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Sun, 27 Dec 2020 21:50:20 -0600 Subject: Improve DejaGnu internal library tests --- testsuite/runtest.libs/libs.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/runtest.libs/libs.exp b/testsuite/runtest.libs/libs.exp index e688ab3..73b4420 100644 --- a/testsuite/runtest.libs/libs.exp +++ b/testsuite/runtest.libs/libs.exp @@ -21,7 +21,7 @@ load_lib libsup.exp proc process_test { test } { global EXPECT - verbose -log "Executing test case $test" + verbose "Running $test ..." 0 set text "\[- A-Za-z0-9\,\.\;\"\_\:\'\`\(\)\!\#\=\+\?\&\*]*" set timeout 150 @@ -97,7 +97,7 @@ proc process_test { test } { } start_expect -foreach i [glob [testsuite file -source -test *.test]] { +foreach i [lsort -dictionary [glob [testsuite file -source -test *.test]]] { if { [runtest_file_p $runtests $i] } { process_test $i } } stop_expect -- cgit v1.1