Skip to content

Commit 9be0646

Browse files
committed
[#491] Fix test_compat.sh script not to check tested_release directory
1 parent 564c5ca commit 9be0646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test_compat.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ compare_versions()
154154

155155
# compare BLOBs generated by each version
156156
"${ZSERIO_PROJECT_ROOT}/scripts/compare_test_data.sh" \
157-
"${TEST_OUT_DIR}/${LHS_VERSION}/build-${LHS_VERSION}" \
158-
"${TEST_OUT_DIR}/${LHS_VERSION}/build-${RHS_VERSION}"
157+
"${TEST_OUT_DIR}/${LHS_VERSION}/build-${LHS_VERSION}/test/java" \
158+
"${TEST_OUT_DIR}/${LHS_VERSION}/build-${RHS_VERSION}/test/java"
159159
if [ $? -ne 0 ] ; then
160160
return 3
161161
fi

0 commit comments

Comments
 (0)