Migrate wrapper test to Cucumber.

This commit is contained in:
Raphael Reitzig 2020-05-26 02:49:06 +02:00
parent 479fa1e541
commit 56bc601b17
9 changed files with 144 additions and 94 deletions

View file

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