Code Review
/
calipso.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
15d1868
)
use python3 explicitly
83/40083/1
author
yayogev
<yaronyogev@gmail.com>
Thu, 24 Aug 2017 11:46:38 +0000
(14:46 +0300)
committer
yayogev
<yaronyogev@gmail.com>
Thu, 24 Aug 2017 11:46:38 +0000
(14:46 +0300)
Change-Id: I82058b68d542a553ab1149cfae70bfce39c6710a
Signed-off-by: yayogev <yaronyogev@gmail.com>
app/test/verify.sh
patch
|
blob
|
history
diff --git
a/app/test/verify.sh
b/app/test/verify.sh
index
df48cf3
..
a7ac9a2
100755
(executable)
--- a/
app/test/verify.sh
+++ b/
app/test/verify.sh
@@
-11,4
+11,4
@@
set -o errexit
set -o nounset
set -o pipefail
-PYTHONPATH=$PWD/app python -m unittest discover -s app/test/fetch
+PYTHONPATH=$PWD/app python
3
-m unittest discover -s app/test/fetch