Skip to content

Commit e2ec724

Browse files
committed
modified: singularity/build/converter.py
1 parent 327f154 commit e2ec724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singularity/build/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def print_sections(sections,mapping=None):
356356
mapping = get_mapping()
357357

358358
finished_spec = None
359-
ordering = ['bootstrap',"From","%runscript","%post"]
359+
ordering = ['bootstrap',"From","%runscript","%post",'%test']
360360

361361
for section in ordering:
362362

0 commit comments

Comments
 (0)