Enha(cli): add sort img test case

This commit is contained in:
Grail Finder
2026-03-16 13:46:25 +03:00
parent 3d44686a51
commit ef0940daa8
5 changed files with 113 additions and 1 deletions

View File

@@ -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