We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2418f commit 3c09ad2Copy full SHA for 3c09ad2
1 file changed
tests/input_output/run-tests.sh
@@ -33,7 +33,6 @@ function echo_failure { printf "\033[1;31m~~ $1 ~~\033[0m\n\n"; }
33
use_ssl=false
34
use_docker=false
35
memgraph_image="memgraph/memgraph"
36
-cert_dir=""
37
container_name=""
38
39
# Parse flags
@@ -242,9 +241,6 @@ if [ "$use_docker" = true ]; then
242
241
docker stop $container_name > /dev/null 2>&1
243
code_mg=$?
244
docker rm $container_name > /dev/null 2>&1
245
- if [ -n "$cert_dir" ]; then
246
- rm -rf $cert_dir
247
- fi
248
else
249
kill $pid
250
wait -n
0 commit comments