Skip to content

Commit a0e5f1d

Browse files
committed
Merge pull request #1179 from mrjana/bugs
Fix flakiness in dnet_exec
2 parents 9120d4d + ac3dc76 commit a0e5f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/dnet/helpers.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ function dnet_cmd() {
254254
}
255255

256256
function dnet_exec() {
257-
docker exec -it ${1} bash -c "$2"
257+
docker exec -it ${1} bash -c "trap \"echo SIGHUP\" SIGHUP; $2"
258258
}
259259

260260
function runc() {

0 commit comments

Comments
 (0)