From ef0940daa8114f0db26de0c7d6af33f1fcf305bd Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 16 Mar 2026 13:46:25 +0300 Subject: Enha(cli): add sort img test case --- cli-tests/sort-text/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli-tests/sort-text/check.sh') diff --git a/cli-tests/sort-text/check.sh b/cli-tests/sort-text/check.sh index 7beb2f5..cc1d1df 100755 --- a/cli-tests/sort-text/check.sh +++ b/cli-tests/sort-text/check.sh @@ -2,7 +2,7 @@ set -e SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" -LOG_FILE="$SCRIPT_DIR/run.log" +LOG_FILE=$(ls -t "$SCRIPT_DIR"/*_run.log 2>/dev/null | head -1) PASS=0 FAIL=0 -- cgit v1.2.3