diff options
author | drebs <drebs@leap.se> | 2015-05-04 13:26:57 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-05-20 10:16:46 -0300 |
commit | b75bedb065cfbbb2993659d867ef554ff70596ae (patch) | |
tree | 4625022b5b88013b632289766f3c7cf8bc02716a /scripts/run_tests.sh | |
parent | 6ab3fe57764c2e5f2a5688d377fe46a51437f0be (diff) |
[bug] fix log messages for secrets in storage
Diffstat (limited to 'scripts/run_tests.sh')
-rwxr-xr-x | scripts/run_tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh new file mode 100755 index 00000000..e36466f8 --- /dev/null +++ b/scripts/run_tests.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd common +python setup.py test |