Use new fish_run_tests target in Dockerfiles
This fixes the Xenial Dockerfile and perhaps others.
This commit is contained in:
parent
fecc022030
commit
15ac74d233
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user