We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb04a3 commit 6e4598aCopy full SHA for 6e4598a
1 file changed
tests/test-static.sh
@@ -23,11 +23,10 @@ while [[ $# -gt 0 ]]; do
23
esac
24
done
25
26
-client_binary=${1:-"$PROJECT_ROOT/build/generic/mgconsole"}
27
-memgraph_image=${2:-"memgraph/memgraph:latest"}
+memgraph_image=${1:-"memgraph/memgraph:latest"}
+client_binary=${2:-"$PROJECT_ROOT/build/generic/mgconsole"}
28
29
echo "Testing mgconsole static build"
30
-
31
script_args=()
32
if $use_ssl; then
33
script_args+=("--use-ssl")
@@ -36,7 +35,6 @@ if $use_docker; then
36
35
script_args+=("--docker")
37
fi
38
script_args+=("$memgraph_image" "$client_binary")
39
-echo "Running tests with arguments: ${script_args[@]}"
40
41
cd "$SCRIPT_DIR/input_output"
42
./run-tests.sh "${script_args[@]}"
0 commit comments