Skip to content

Commit

Permalink
#136: fix filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Jan 14, 2025
1 parent d7de7fe commit 0838c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VT_TV_TEST_CMD="VTK_DIR=/opt/build/vtk \
VT_TV_COVERAGE_ENABLED=${VT_TV_COVERAGE_ENABLED:-OFF} \
VT_TV_OUTPUT_DIR=$VT_TV_OUTPUT_DIR \
VT_TV_RUN_TESTS=ON \
$VT_TV_SRC_DIR/ci/build.sh"
$CURRENT_DIR/build.sh"

# Run tests
if [[ $(uname -a) != *"Darwin"* ]]; then
Expand Down

0 comments on commit 0838c78

Please sign in to comment.