summaryrefslogtreecommitdiff
path: root/testbench/src/test/kotlin/IntegrationTest.kt
diff options
context:
space:
mode:
authorAntoine A <>2024-03-20 18:03:20 +0100
committerAntoine A <>2024-03-20 18:03:20 +0100
commita047fb5c1076c0afe2c04c8beb2edd6026f595b3 (patch)
treeb874694a0858f4fe6a0a8fe43557080ef407de8d /testbench/src/test/kotlin/IntegrationTest.kt
parent97963f2b5c5fc520705a5f2f6283d6483b7585d3 (diff)
downloadlibeufin-a047fb5c1076c0afe2c04c8beb2edd6026f595b3.tar.gz
libeufin-a047fb5c1076c0afe2c04c8beb2edd6026f595b3.tar.bz2
libeufin-a047fb5c1076c0afe2c04c8beb2edd6026f595b3.zip
Add GC command
Diffstat (limited to 'testbench/src/test/kotlin/IntegrationTest.kt')
-rw-r--r--testbench/src/test/kotlin/IntegrationTest.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/testbench/src/test/kotlin/IntegrationTest.kt b/testbench/src/test/kotlin/IntegrationTest.kt
index b6ede6c0..441ec143 100644
--- a/testbench/src/test/kotlin/IntegrationTest.kt
+++ b/testbench/src/test/kotlin/IntegrationTest.kt
@@ -108,6 +108,8 @@ class IntegrationTest {
// Check bank is running
client.get("http://0.0.0.0:8080/public-accounts").assertNoContent()
}
+
+ bankCmd.run("gc $flags")
}
@Test