File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ cd srcjar_unpacked
1111UNPACK_DIR=$PWD
1212unzip -q -c " ../${RAW_SRCJAR} " temp-codegen.srcjar | jar x
1313
14- mkdir -p ${BUILD_WORKSPACE_DIRECTORY} /test/integration/goldens/${API_NAME}
15- cd ${BUILD_WORKSPACE_DIRECTORY} /test/integration/goldens/${API_NAME}
14+ mkdir -p ${BUILD_WORKSPACE_DIRECTORY} /sdk-platform-java/ test/integration/goldens/${API_NAME}
15+ cd ${BUILD_WORKSPACE_DIRECTORY} /sdk-platform-java/ test/integration/goldens/${API_NAME}
1616
1717# clear out existing Java and JSON files.
1818find . -name ' *.java' -delete
Original file line number Diff line number Diff line change 1212If they are not identical, then the integration test will fail.
1313
1414``` sh
15- bazelisk test //test/integration:redis
15+ bazelisk test //sdk-platform-java/ test/integration:redis
1616```
1717
1818## How To Update Goldens
@@ -24,7 +24,7 @@ in `redis` folder.
2424``` sh
2525# In repository's root directory
2626mvn clean install -DskipTests
27- bazelisk run //test/integration:update_redis
27+ bazelisk run //sdk-platform-java/ test/integration:update_redis
2828```
2929
3030## Adding new integration tests
You can’t perform that action at this time.
0 commit comments