Use new fish_run_tests target in Dockerfiles

This fixes the Xenial Dockerfile and perhaps others.
This commit is contained in:
ridiculousfish 2021-11-26 13:13:08 -08:00
parent fecc022030
commit 15ac74d233

View File

@ -12,7 +12,7 @@ then
bash -i || exit
fi
ninja && ninja test
ninja && ninja fish_run_tests
# Drop the user into a shell if FISH_RUN_SHELL_AFTER_TESTS is set.
test -n "$FISH_RUN_SHELL_AFTER_TESTS" && exec bash -i