Skip to content

Commit 7cabac2

Browse files
xuwei-kthesamet
authored andcommitted
fix e2e.sh (#1744)
1 parent 7f074d6 commit 7cabac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [[ "$SCALA_VERSION" != "2_12" ]]; then
55
COMPAT_TARGET=e2eScala3SourcesJVM${SCALA_VERSION};
66
fi
77

8-
echo sbt clean \
8+
sbt clean \
99
e2eJVM$SCALA_VERSION/test \
1010
e2eGrpcJVM$SCALA_VERSION/test \
1111
e2eJS${SCALA_VERSION}/test \

0 commit comments

Comments
 (0)