From 44f1ee5518627474757bc0ba58f710ea9c6a2491 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 27 Sep 2018 16:50:01 -0700 Subject: [PATCH] Comment that test-all.sh runs checks on the Python files. --- cranelift/test-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cranelift/test-all.sh b/cranelift/test-all.sh index 3547f16000..83db4528ec 100755 --- a/cranelift/test-all.sh +++ b/cranelift/test-all.sh @@ -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)