14 lines
245 B
Bash
Executable File
14 lines
245 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 -p cloud'
|
|
|
|
run_test '$ABRA recipe versions peertube'
|
|
|
|
run_test '$ABRA recipe lint gitea'
|