Skip to content

Commit d34878e

Browse files
author
Samat Gaynutdinov
committed
refactor: fix script
1 parent 37e57f4 commit d34878e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/action-scripts/check-portable-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ docker run -d --name $PORTABLE_CONTAINER_NAME $DOCKER_IMAGE_TAG
1414
docker cp "$PROJECT_DIR/integration-tests/c-example/" $PORTABLE_CONTAINER_NAME:/home/c-example
1515

1616
# Jump to container and check portability
17-
REMOVE_CMD="rm -r /home/c-example/utbot_build"
17+
REMOVE_CMD="rm -r /home/c-example/build/utbot_build"
1818
RUN_TEST_CMD="env make -f /home/c-example/tests/lib/floats/floating_point_plain.mk run GTEST_FLAGS=\"--gtest_filter=*.plain_isnan_test_1\" clang=\"/usr/bin/clang-10\" clangxx=\"/usr/bin/clang++-10\" gtest=\"/gtest\""
1919
docker exec $PORTABLE_CONTAINER_NAME /bin/sh -c "$REMOVE_CMD && $RUN_TEST_CMD"

0 commit comments

Comments
 (0)