forked from toolshed/abra
test: improve semi-manual testing
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
source ./testfunctions.sh
|
||||
source ./common.sh
|
||||
|
||||
$ABRA recipe new testrecipe
|
||||
run_test '$ABRA recipe new testrecipe'
|
||||
|
||||
$ABRA recipe list
|
||||
$ABRA recipe list -p cloud
|
||||
run_test '$ABRA recipe list'
|
||||
run_test '$ABRA recipe list -p cloud'
|
||||
|
||||
$ABRA recipe versions peertube
|
||||
run_test '$ABRA recipe versions peertube'
|
||||
|
||||
$ABRA recipe lint gitea
|
||||
run_test '$ABRA recipe lint gitea'
|
||||
|
Reference in New Issue
Block a user