Skip to content

Commit

Permalink
Guake#793 shell scripts updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseratti committed Dec 8, 2016
1 parent 97142ef commit dac705e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if [[ $NO_INSTALL == true ]]; then

if [[ $RUN_TESTS == true ]]; then
echo "running tests.."
PYTHONPATH=src env/bin/py.test src/guake/tests
./run_tests.sh
else
echo "Launching guake inside virtualenv"
PYTHONPATH=src python2.7 src/guake/main.py --no-startup-script
Expand Down
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
python -m pytest -v src/tests
PYTHONPATH=src python -m pytest -v src/tests

0 comments on commit dac705e

Please sign in to comment.