Skip to content

Commit

Permalink
Reset end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Aug 12, 2024
1 parent 9490c8e commit 726ac87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/jenkins/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ echo "Run jenkins test phase alone with cmd: \"mvn surefire:test\"" && \
mvn --batch-mode surefire:test -Denforcer.fail=false
test_exit_code=$?
find ./ -type d -name 'surefire-reports' -exec cp -r "{}" /testResults \;
exit $test_exit_code
exit $test_exit_code
2 changes: 1 addition & 1 deletion external/scala/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ sbt -Dsbt.log.noformat=true "scala -version"
echo "Begin to execute Scala test with cmd: sbt \"partest $TEST_SUITE\"" && \
sbt -Dsbt.log.noformat=true "partest --terse $TEST_SUITE"

set +e
set +e

0 comments on commit 726ac87

Please sign in to comment.