Skip to content

Commit

Permalink
#136: add debug prints
Browse files Browse the repository at this point in the history
cwschilly committed Jan 14, 2025
1 parent 0838c78 commit c07b1f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
@@ -12,7 +12,11 @@ VT_TV_BUILD_DIR=${VT_TV_BUILD_DIR:-"/opt/build/vt-tv"}
VT_TV_OUTPUT_DIR=${VT_TV_OUTPUT_DIR:-"$VT_TV_SRC_DIR/output"}
VT_TV_TESTS_OUTPUT_DIR=${VT_TV_TESTS_OUTPUT_DIR:-"$VT_TV_OUTPUT_DIR/tests"}

VT_TV_TEST_CMD="VTK_DIR=/opt/build/vtk \
VT_TV_TEST_CMD="\
pwd;
echo ------------------------------
ls -ltra; \
VTK_DIR=/opt/build/vtk \
VT_TV_BUILD=OFF \
VT_TV_BUILD_DIR=${VT_TV_BUILD_DIR} \
VT_TV_COVERAGE_ENABLED=${VT_TV_COVERAGE_ENABLED:-OFF} \

0 comments on commit c07b1f6

Please sign in to comment.