Skip to content

Commit

Permalink
Merge pull request #1 from boegel/lmod-description-fix
Browse files Browse the repository at this point in the history
fix test_descr unit test w.r.t. 'Description: ' prefix that was added for Lmod
  • Loading branch information
pescobar committed Dec 17, 2013
2 parents de61795 + b8696d4 commit 5837eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/module_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_descr(self):
" }",
"}",
"",
"module-whatis {%s}" % gzip_txt,
"module-whatis {Description: %s}" % gzip_txt,
"",
"set root %s" % self.modgen.app.installdir,
"",
Expand Down

0 comments on commit 5837eea

Please sign in to comment.