testing
This commit is contained in:
parent
fcd1d0f006
commit
affad948cc
1 changed files with 1 additions and 2 deletions
3
test.sh
3
test.sh
|
@ -68,7 +68,7 @@ spin-get-dependencies() {
|
||||||
|
|
||||||
pkglist="${deplist[@]}"
|
pkglist="${deplist[@]}"
|
||||||
|
|
||||||
echo "pkglist: ${pkglist[*]}"
|
check "pkglist: ${pkglist[*]}"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo_error "There are no dependencies to install for $distro"
|
echo_error "There are no dependencies to install for $distro"
|
||||||
|
@ -82,7 +82,6 @@ spin-get-dependencies() {
|
||||||
main() {
|
main() {
|
||||||
local err
|
local err
|
||||||
|
|
||||||
line
|
|
||||||
if ! spin-get-dependencies; then
|
if ! spin-get-dependencies; then
|
||||||
throw "Dependencies could not get generated!"
|
throw "Dependencies could not get generated!"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue