Skip to content

Commit

Permalink
try no explicit start/stop
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull committed Jul 3, 2023
1 parent fad2c93 commit d1ad218
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/ci-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ set -x

INTEGRATION=$1

cargo vdev -v int start "${INTEGRATION}"
sleep 15
cargo vdev -v int test --retries 2 -a "${INTEGRATION}"
cargo vdev -v int test -a "${INTEGRATION}"
RET=$?
cargo vdev -v int stop -a "${INTEGRATION}"
./scripts/upload-test-results.sh
exit $RET

0 comments on commit d1ad218

Please sign in to comment.