Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

fix: Load module (fixes #1)

Merged Jean-François HOVINNE requested to merge fix-1 into master
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -2,7 +2,7 @@ def test_commands(host):
cmd = host.run('git --version')
assert cmd.rc == 0
cmd = host.run('php --version')
cmd = host.run('module load php81; php --version')
assert cmd.rc == 0
cmd = host.run('code --version')
Loading