summaryrefslogtreecommitdiff
path: root/cli-tests/sort-text/check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cli-tests/sort-text/check.sh')
-rwxr-xr-xcli-tests/sort-text/check.sh2
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