Skip to content
Snippets Groups Projects
Commit bdd29a03 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Can't import moose or moogli post installation.

parent d3d49038
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,6 @@ set -e
gbp buildpackage --git-ignore-branch --git-ignore-new -uc -us
cd __moose-core_build && ctest --output-on-failure && cd ..
sudo dpkg -D=2 -i ../moose*.deb
cd ~ && python -c 'import moose; moose.test( timeout = 10 )'
cd ~ && python -c 'import moogli'
cd ~ && /usr/bin/python -c "import moose; moose.test( timeout = 10 )"
cd ~ && /usr/bin/python -c "import moogli"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment