9 lines
138 B
Bash
Executable File
9 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./testfunctions.sh
|
|
source ./common.sh
|
|
|
|
run_test '$ABRA catalogue generate'
|
|
|
|
run_test '$ABRA catalogue generate gitea'
|