steep-waitress-53641
10/28/2022, 8:06 PMbuild_ignore = ['\\{\\{ cookiecutter.__repo_name \\}\\}']
to build_ignore = ['\{\{ cookiecutter.__repo_name \}\}']
.
2. For sh tests that sourced the original sh file, I had to add the original sh file as an explicit dependency to the sh_tests section of the BUILD file. (ie if lib/foo_test.sh
has a line like source lib/foo.sh
I had to add :lib
to the shunit2_tests dependencies. I'm actually not sure how this worked previously, since I had a different repo where I had the explicit dependency, although that used source "$(dirname "${BASH_SOURCE[0]}")/foo.sh"
sparse-lifeguard-95737
10/28/2022, 8:07 PMhappy-kitchen-89482
10/28/2022, 9:04 PMcookiecutter.__repo_name
theresteep-waitress-53641
10/28/2022, 9:55 PMhappy-kitchen-89482
10/28/2022, 11:49 PMsteep-waitress-53641
10/29/2022, 12:07 AMhappy-kitchen-89482
10/29/2022, 12:51 AM