Migrate reinitialization test to Cucumber.

This commit is contained in:
Raphael Reitzig 2020-05-26 04:22:01 +02:00
parent 56bc601b17
commit 0a948c81c1
6 changed files with 67 additions and 30 deletions

View file

@ -38,6 +38,5 @@ install:
script:
- (cd test && cucumber)
# TODO: Migrate these to Cucumber:
- fish test/reinitialize.fish
- 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"