From cefd58c4682c30f055d7c1a148da6385faaab961 Mon Sep 17 00:00:00 2001 From: dpavlov Date: Sat, 24 Dec 2022 16:51:34 +0300 Subject: [PATCH] Add debug messages --- autogen.sh | 2 +- docker/dev/Dockerfile2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 6f644a30..f5e065b3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -22,7 +22,7 @@ providers=( "outscale" ) -if ! [ -x "$(command -v /root/go/bin/round)" ]; then +if ! [ -x "$(command -v round)" ]; then echo 'round is not installed' exit 1 fi diff --git a/docker/dev/Dockerfile2 b/docker/dev/Dockerfile2 index 7b1e0324..551e0f8e 100644 --- a/docker/dev/Dockerfile2 +++ b/docker/dev/Dockerfile2 @@ -10,7 +10,7 @@ WORKDIR /usr/src/diagrams RUN python -m unittest tests/*.py -v -RUN ls /root/go/bin/ +RUN /root/go/bin/round RUN ./autogen.sh