fix test s exit code & fmt

This commit is contained in:
reshke 2020-12-30 18:47:54 +05:00 committed by kirill reshke
parent 0933d1ebb3
commit 0d3af349ca
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ build_asan:
run_test: run_test:
rm -fr $(BUILD_TEST_DIR) && mkdir $(BUILD_TEST_DIR) && cd $(BUILD_TEST_DIR) && cmake -DCMAKE_BUILD_TYPE=Release "$(CMAKE_FLAGS)" .. && make -j2 && cd test # && ./odyssey_test rm -fr $(BUILD_TEST_DIR) && mkdir $(BUILD_TEST_DIR) && cd $(BUILD_TEST_DIR) && cmake -DCMAKE_BUILD_TYPE=Release "$(CMAKE_FLAGS)" .. && make -j2 && cd test # && ./odyssey_test
docker-compose -f docker-compose-test.yml up --force-recreate --build docker-compose -f docker-compose-test.yml --exit-code-from up --force-recreate --build
submit-cov: submit-cov:
mkdir cov-build && cd cov-build mkdir cov-build && cd cov-build