Skip to content

Commit 95378f2

Browse files
committed
smoke test
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 0bd1e8c commit 95378f2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/run-native-tests.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,5 @@
33
set -euo pipefail
44

55
./mvnw clean install -DskipTests
6-
7-
PROJECT_VERSION=$(sed -nE 's/<version>(.*)<\/version>/\1/p' pom.xml | head -1 | xargs)
8-
96
cd integration-tests/it-spring-boot-smoke-test
10-
11-
# replace the version in the pom.xml
12-
sed -i "s/<version>0.1<\/version>/<version>$PROJECT_VERSION<\/version>/" pom.xml
13-
147
../../mvnw test -PnativeTest

0 commit comments

Comments
 (0)