fix copypasta error with ses test

This commit is contained in:
Leo Hemsted
2016-06-02 15:58:15 +01:00
parent d41048f4aa
commit 54a1adfe8b
2 changed files with 32 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
# run a single unit test, pass in the unit test name for example: tests/app/service/test_rest.py::test_get_template_list
source environment_test.sh
py.test -s $1
py.test -s $@