Skip to content

Commit a5d043d

Browse files
committed
hack/test-example.sh: set DEBIAN_FRONTEND=noninteractive
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 2ff80c5 commit a5d043d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test-example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ if [[ -n ${CHECKS["vmnet"]} ]]; then
230230
set +x
231231
INFO "Benchmarking with iperf3"
232232
set -x
233-
limactl shell "$NAME" sudo apt-get install -y iperf3
233+
limactl shell "$NAME" sudo DEBIAN_FRONTEND=noninteractive apt-get install -y iperf3
234234
limactl shell "$NAME" iperf3 -s -1 -D
235235
iperf3 -c "$guestip"
236236
set +x

0 commit comments

Comments
 (0)