File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424
2525TOP_DIR=$( git rev-parse --show-toplevel)
2626
27- " ${TOP_DIR} /scripts/run_go_tests "
27+ " ${TOP_DIR} /scripts/run_go_checks "
2828if [ $? -ne 0 ]; then
2929 echo " Go tests failed."
3030 exit 1
@@ -36,19 +36,19 @@ if [ $? -ne 0 ]; then
3636 exit 1
3737fi
3838
39- " ${TOP_DIR} /scripts/run_handlebarrz_tests "
39+ " ${TOP_DIR} /scripts/run_handlebarrz_checks "
4040if [ $? -ne 0 ]; then
4141 echo " Handlebarrz tests failed."
4242 exit 1
4343fi
4444
45- " ${TOP_DIR} /scripts/run_python_tests "
45+ " ${TOP_DIR} /scripts/run_python_checks "
4646if [ $? -ne 0 ]; then
4747 echo " Python tests failed."
4848 exit 1
4949fi
5050
51- " ${TOP_DIR} /scripts/run_js_tests "
51+ " ${TOP_DIR} /scripts/run_js_checks "
5252if [ $? -ne 0 ]; then
5353 echo " JavaScript tests failed."
5454 exit 1
You can’t perform that action at this time.
0 commit comments