Skip to content

Commit

Permalink
test-omni-integ-regtest.sh: run '*SendToOwnersTestPlan*' only
Browse files Browse the repository at this point in the history
(and run activation tests first, of course)
  • Loading branch information
msgilligan committed Jul 11, 2023
1 parent bb13671 commit 917db49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-omni-integ-regtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BTCPID=$!

# Run integration tests
echo "Running Omni RPC integration tests in RegTest mode..."
./gradlew clean regTest --scan --stacktrace
./gradlew clean omnij-rpc:activationRegTest omnij-rpc:regTest --tests '*SendToOwnersTestPlan*' --scan --stacktrace
GRADLESTATUS=$?

exit $GRADLESTATUS

0 comments on commit 917db49

Please sign in to comment.