Skip to content

Commit 1ea86e7

Browse files
committed
Fix compat test
1 parent 5cf6830 commit 1ea86e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
set -e
33
SCALA_VERSION=${SCALA_VERSION:-2_12}
44
if [[ "$SCALA_VERSION" != "2_12" ]]; then
5-
COMPAT_TARGET=e2eScala3SourcesJVM${SCALA_VERSION};
5+
COMPAT_TARGET=e2eScala3SourcesJVM${SCALA_VERSION}/test;
66
fi
77

88
sbt clean \
99
e2eJVM$SCALA_VERSION/test \
1010
e2eGrpcJVM$SCALA_VERSION/test \
1111
e2eJS${SCALA_VERSION}/test \
12-
$COMPAT_TARGET/test
12+
$COMPAT_TARGET

0 commit comments

Comments
 (0)