We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7846210 commit c20e0b5Copy full SHA for c20e0b5
test/framework/containers.py
@@ -410,7 +410,7 @@ def test_end2end_dockerfile(self):
410
def_file = read_file(os.path.join(self.test_prefix, 'containers', 'Dockerfile.toy-0.0'))
411
regexs = [
412
"FROM ubuntu:20.04",
413
- "eb toy-0.0.eb GCC-4.9.2.eb",
+ "eb --robot toy-0.0.eb GCC-4.9.2.eb",
414
"module load toy/0.0 GCC/4.9.2",
415
]
416
self.check_regexs(regexs, def_file)
0 commit comments