Skip to content

Commit

Permalink
#97: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Sep 12, 2024
1 parent bba6d11 commit 03aca6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/build-and-test-ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM test-cpp AS test-python
# Create vizualization output directory (required)
RUN mkdir -p /opt/src/vt-tv/output/python_tests
RUN VTK_DIR=/opt/build/vtk bash /opt/src/vt-tv/ci/python_build.sh
RUN VTK_DIR=/opt/build/vtk bash bash /opt/src/vt-tv/ci/python_test.sh
RUN VTK_DIR=/opt/build/vtk bash /opt/src/vt-tv/ci/python_test.sh

# CI test script run
RUN DEBUG=ON ACTUAL=/opt/src/vt-tv/output/tests/default0.png EXPECTED=/opt/src/vt-tv/tests/expected/default/default0.png TOLERANCE=0.1 /opt/src/vt-tv/tests/test_image.sh
Expand Down

0 comments on commit 03aca6f

Please sign in to comment.