Skip to content

Commit

Permalink
Add EscrowAccounting tests to run-kontrol.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmt committed Jul 1, 2024
1 parent b532ab6 commit aa191ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/kontrol/scripts/run-kontrol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ if [ "$SCRIPT_TESTS" == true ]; then
test_list=(
"VetoSignallingTest.testTransitionNormalToVetoSignalling"
"VetoSignallingTest.testVetoSignallingInvariantsHoldInitially"
"EscrowAccountingTest.testRageQuitSupport"
"EscrowAccountingTest.testEscrowInvariantsHoldInitially"
"EscrowAccountingTest.testLockStEth"
"EscrowAccountingTest.testUnlockStEth"
)
elif [ "$CUSTOM_TESTS" != 0 ]; then
test_list=( "${@:${CUSTOM_TESTS}}" )
Expand Down

0 comments on commit aa191ed

Please sign in to comment.