Explain that 'bazel clean' helps with this odd condition

This commit is contained in:
Michael Klishin 2022-11-02 09:50:08 +04:00
parent 55a9245493
commit e7e88d4dc4
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ export LC_ALL="en_US.UTF-8"
INITIAL_DIR="$(pwd)"
if [ ! -f ${{INITIAL_DIR}}/{package_dir}/test/test_helper.exs ]; then
echo "test_helper.exs cannot be found"
echo "test_helper.exs cannot be found. 'bazel clean' might fix this."
exit 1
fi