abra/tests/integration/recipe.sh

15 lines
253 B
Bash
Raw Normal View History

#!/bin/bash
2022-01-21 15:38:47 +00:00
source ./testfunctions.sh
source ./common.sh
2022-01-21 15:38:47 +00:00
run_test '$ABRA recipe new testrecipe'
2022-01-21 15:38:47 +00:00
run_test '$ABRA recipe list'
run_test '$ABRA recipe list --pattern cloud'
2022-01-21 15:38:47 +00:00
run_test '$ABRA recipe versions peertube'
2022-01-21 15:38:47 +00:00
run_test '$ABRA recipe lint gitea'