Fix code analysis typo
This commit is contained in:
parent
ae70aa0167
commit
c511f50a9e
@ -367,7 +367,7 @@ test_memgraph() {
|
||||
;;
|
||||
code-analysis)
|
||||
shift 1
|
||||
docker exec -u mg $build_container bash -c "$EXPORT_LICENSE && $EXPORT_ORG_NAME && cd $MGBUILD_ROOT_DIR/tests/code-analysis && ./python_code_analysis.sh $@"
|
||||
docker exec -u mg $build_container bash -c "$EXPORT_LICENSE && $EXPORT_ORG_NAME && cd $MGBUILD_ROOT_DIR/tests/code_analysis && ./python_code_analysis.sh $@"
|
||||
;;
|
||||
code-coverage)
|
||||
local test_output_path="$MGBUILD_ROOT_DIR/tools/github/generated/code_coverage.tar.gz"
|
||||
@ -377,7 +377,7 @@ test_memgraph() {
|
||||
;;
|
||||
clang-tidy)
|
||||
shift 1
|
||||
docker exec -u mg $build_container bash -c "$EXPORT_LICENSE && $EXPORT_ORG_NAME && export THREADS=$threads && $ACTIVATE_TOOLCHAIN && cd $MGBUILD_ROOT_DIR/tests/code-analysis && ./clang_tidy.sh $@"
|
||||
docker exec -u mg $build_container bash -c "$EXPORT_LICENSE && $EXPORT_ORG_NAME && export THREADS=$threads && $ACTIVATE_TOOLCHAIN && cd $MGBUILD_ROOT_DIR/tests/code_analysis && ./clang_tidy.sh $@"
|
||||
;;
|
||||
*)
|
||||
echo "Error: Unknown test '$1'"
|
||||
|
Loading…
Reference in New Issue
Block a user