diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-16 13:46:25 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-16 13:46:25 +0300 |
| commit | ef0940daa8114f0db26de0c7d6af33f1fcf305bd (patch) | |
| tree | 654985b38aa0c8928acb3df2441b6526b1f8c557 /cli-tests/sort-text | |
| parent | 3d44686a517f65c6f5a985cfa864240b996fdb99 (diff) | |
Enha(cli): add sort img test case
Diffstat (limited to 'cli-tests/sort-text')
| -rwxr-xr-x | cli-tests/sort-text/check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
