Migrate PATH zombie test to Cucumber.

This commit is contained in:
Raphael Reitzig 2020-05-26 04:48:12 +02:00
parent 0a948c81c1
commit 42aff3b4c5
5 changed files with 27 additions and 15 deletions

View file

@ -38,5 +38,4 @@ install:
script:
- (cd test && cucumber)
# TODO: Migrate these to Cucumber:
- fish -c "sdk install crash 1.3.0; and sdk uninstall crash 1.3.0" > /dev/null && fish test/check_for_path_zombies.fish
- bash test/remove_sdkman.sh > /dev/null && fish -c "echo 'y' | sdk" > /dev/null && fish -c "sdk version"