Comment that test-all.sh runs checks on the Python files.

This commit is contained in:
Dan Gohman
2018-09-27 16:50:01 -07:00
parent aa5ba71c97
commit 44f1ee5518

View File

@@ -4,6 +4,7 @@ set -euo pipefail
# This is the top-level test script:
#
# - Check code formatting.
# - Perform checks on Python code.
# - Make a debug build.
# - Make a release build.
# - Run unit tests for all Rust crates (including the filetests)