diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-16 18:21:19 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-16 18:21:19 (EDT) |
commit | dd2d8338922abde6f0bc9f7c9f83e1841150f2a2 (patch) | |
tree | 76ecd835562b47c096d1c2425cfd5db011d4fa44 /tests/exe | |
parent | 511cfa3ccbc33c5e99782df3e931ec7c669b5c63 (diff) |
tests/exe/opkbuild.sh: Don't check build deps
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/opkbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exe/opkbuild.sh b/tests/exe/opkbuild.sh index 20661a4..f9e0529 100755 --- a/tests/exe/opkbuild.sh +++ b/tests/exe/opkbuild.sh @@ -46,7 +46,7 @@ cd '../' rm -Rf 'src/' 'tmp/' cp -Rp '../src/' 'src/' -command_ok_ 'opkbuild exit status' -- opkbuild -a i686-linux-glibc -p x60 -c +command_ok_ 'opkbuild exit status' -- opkbuild -a i686-linux-glibc -p x60 -dc for opk in '../src-foo_1.0-1_src_all.opk' \ '../foo_1.0-1_i686-linux-glibc_all.opk' \ '../bar_1.0-1_all_all.opk'; do |