Skip to content

Commit 17f869f

Browse files
brillstf-data-validation-team
authored and
tf-data-validation-team
committed
Fixed a bug in the windows build and test script.
PiperOrigin-RevId: 273410913
1 parent abc6e41 commit 17f869f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tensorflow_data_validation/tools/windows/pip/build_tfdv_windows.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ run_py_tests() {
8686

8787
rm -f "${TEST_LOG_PATH}"
8888
done
89+
if [ ! -z "${FAILED_TESTS}" ]; then
90+
echo "Some tests failed. Check the logs for details."
91+
exit 1
92+
fi
8993
}
9094

9195
# All commands shall pass, and all should be visible.

0 commit comments

Comments
 (0)