Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 8a30d4a

Browse files
author
David Chung
authored
Fix build timeout (#350)
Signed-off-by: David Chung <[email protected]>
1 parent f25fe86 commit 8a30d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/container-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ expect_output_lines "10 instances should exist in group" "run infrakit group des
107107

108108
# Terminate 3 instances.
109109
pushd $TEST_DIR/tutorial
110-
rm $(ls | head -3)
110+
rm -f $(ls | head -3)
111111
popd
112112

113113
sleep 5

0 commit comments

Comments
 (0)