mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:57:17 +08:00
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…
Reference in New Issue
Block a user