diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-07-22 11:13:33 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-07-22 11:13:33 +0300 |
commit | ac0a9659d1c86e9c0b4234a16486e084bcb0a555 (patch) | |
tree | 6daddc204773eaf3007c672de53109278e3cf0b4 /test/solver.sh | |
parent | 22434a5ff03db80f329c90fc628f3332f87698d4 (diff) | |
download | apk-tools-ac0a9659d1c86e9c0b4234a16486e084bcb0a555.tar.gz apk-tools-ac0a9659d1c86e9c0b4234a16486e084bcb0a555.tar.bz2 apk-tools-ac0a9659d1c86e9c0b4234a16486e084bcb0a555.tar.xz apk-tools-ac0a9659d1c86e9c0b4234a16486e084bcb0a555.zip |
upgrade: improve self upgrade functionality a bit
trigger it only if apk-tools can be upgrade, add test cases
Diffstat (limited to 'test/solver.sh')
-rwxr-xr-x | test/solver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/solver.sh b/test/solver.sh index 8c27d8f..bc230c6 100755 --- a/test/solver.sh +++ b/test/solver.sh @@ -4,7 +4,7 @@ get_block() { awk '/^@'$1'/{p=1;next} /^@/{p=0} p{print}' } -APK_TEST=../src/apk-test +APK_TEST="../src/apk-test" TEST_TO_RUN="$@" fail=0 |