We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a137cf1 commit 4fe479fCopy full SHA for 4fe479f
testing/run_py_files.sh
@@ -19,7 +19,7 @@ fi
19
20
# Find and execute all Python files
21
echo "Searching for Python files in $TARGET_DIR..."
22
-PYTHON_FILES=$(find "$TARGET_DIR" -type f -name "*.py")
+PYTHON_FILES=$(find "$TARGET_DIR" -type f -name "*.py" | sort)
23
24
if [ -z "$PYTHON_FILES" ]; then
25
echo "No Python files found in $TARGET_DIR"
0 commit comments