Skip to content

Commit c20e0b5

Browse files
authored
Update containers.py
1 parent 7846210 commit c20e0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def test_end2end_dockerfile(self):
410410
def_file = read_file(os.path.join(self.test_prefix, 'containers', 'Dockerfile.toy-0.0'))
411411
regexs = [
412412
"FROM ubuntu:20.04",
413-
"eb toy-0.0.eb GCC-4.9.2.eb",
413+
"eb --robot toy-0.0.eb GCC-4.9.2.eb",
414414
"module load toy/0.0 GCC/4.9.2",
415415
]
416416
self.check_regexs(regexs, def_file)

0 commit comments

Comments
 (0)