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.
2 parents e664840 + 4fe479f commit 1a7c13aCopy full SHA for 1a7c13a
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