aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-11-14 23:55:02 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-11-14 23:55:23 +0100
commit43e8a8991f49d795498740ef7102389edf9cc955 (patch)
tree777ca98fae84b73b0b93e9ad05c809814cda956d
parent243580170a2d53a039ebfdcd45dc3e867245e4a9 (diff)
downloadembedlog-43e8a8991f49d795498740ef7102389edf9cc955.tar.gz
embedlog-43e8a8991f49d795498740ef7102389edf9cc955.tar.bz2
embedlog-43e8a8991f49d795498740ef7102389edf9cc955.zip
pkg/tgz: fix wrong conditional when runnign testprog
no_buildbot
-rwxr-xr-xpkg/tgz/create-pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tgz/create-pkg.sh b/pkg/tgz/create-pkg.sh
index b1b37df..952ba6f 100755
--- a/pkg/tgz/create-pkg.sh
+++ b/pkg/tgz/create-pkg.sh
@@ -66,7 +66,7 @@ removepkg "${project}"
# run test prog again, but now fail if there is no error, testprog
# should fail as there is no library in te system any more
-"${workdir}/testprog" || failed=1
+"${workdir}/testprog" && failed=1
if [ ${failed} -eq 1 ]
then