Skip to content

Commit 3c09ad2

Browse files
committed
remove unused variable
1 parent fe2418f commit 3c09ad2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/input_output/run-tests.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ function echo_failure { printf "\033[1;31m~~ $1 ~~\033[0m\n\n"; }
3333
use_ssl=false
3434
use_docker=false
3535
memgraph_image="memgraph/memgraph"
36-
cert_dir=""
3736
container_name=""
3837

3938
# Parse flags
@@ -242,9 +241,6 @@ if [ "$use_docker" = true ]; then
242241
docker stop $container_name > /dev/null 2>&1
243242
code_mg=$?
244243
docker rm $container_name > /dev/null 2>&1
245-
if [ -n "$cert_dir" ]; then
246-
rm -rf $cert_dir
247-
fi
248244
else
249245
kill $pid
250246
wait -n

0 commit comments

Comments
 (0)