abra/tests/integration/recipe.sh
cellarspoon 415df981ff
All checks were successful
continuous-integration/drone/push Build is passing
test: long flags, drop docker, use run_tests for all tests
2022-01-24 16:49:51 +01:00

15 lines
253 B
Bash
Executable File

#!/bin/bash
source ./testfunctions.sh
source ./common.sh
run_test '$ABRA recipe new testrecipe'
run_test '$ABRA recipe list'
run_test '$ABRA recipe list --pattern cloud'
run_test '$ABRA recipe versions peertube'
run_test '$ABRA recipe lint gitea'