Permalink
Browse files
fix shell scripts to make unit tests
- Loading branch information...
Showing
with
3 additions
and
2 deletions.
-
+2
−2
opy/build.sh
-
+1
−0
opy/common.sh
|
|
@@ -129,8 +129,8 @@ oil-repo() { |
|
|
local repo_root=$(cd $THIS_DIR/.. && pwd)
|
|
|
local files=( $(oil-python-sources $repo_root) ) # array
|
|
|
|
|
|
_compile-tree $src _tmp/oil-ccompile/ ccompile "${files[@]}"
|
|
|
_compile-tree $src _tmp/oil-opy/ opy "${files[@]}"
|
|
|
_compile-tree $repo_root _tmp/oil-ccompile/ ccompile "${files[@]}"
|
|
|
_compile-tree $repo_root _tmp/oil-opy/ opy "${files[@]}"
|
|
|
|
|
|
_fill-oil-tree _tmp/oil-ccompile/
|
|
|
_fill-oil-tree _tmp/oil-opy/
|
|
|
|
|
|
@@ -64,6 +64,7 @@ oil-python-sources() { |
|
|
-name _tmp -a -prune -o \
|
|
|
-name _chroot -a -prune -o \
|
|
|
-name _deps -a -prune -o \
|
|
|
-name _regtest -a -prune -o \
|
|
|
-name cpython-full -a -prune -o \
|
|
|
-name Python-2.7.13 -a -prune -o \
|
|
|
-name '*.py' -a -printf "$fmt"
|
|
|
|
0 comments on commit
d15f920