summaryrefslogtreecommitdiffstats
path: root/tests/gdb
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2010-12-11 20:25:50 +0000
committerJeff Bilyk <jbilyk@gmail.com>2010-12-11 20:25:50 +0000
commitd7449ca02ee7334279ba7d4ca769ff7f57a48a60 (patch)
treeb3f1ec69b00832905063340e4f0420ce89799bb3 /tests/gdb
parenta56e0285359040b3024c373bb6f702556e1a6d60 (diff)
downloadapts-d7449ca02ee7334279ba7d4ca769ff7f57a48a60.tar.bz2
apts-d7449ca02ee7334279ba7d4ca769ff7f57a48a60.tar.xz
apts: add more tests and fix typos and multiple package testing
Add tests and fix issue when testing multiple packages at once
Diffstat (limited to 'tests/gdb')
-rw-r--r--tests/gdb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/gdb b/tests/gdb
new file mode 100644
index 0000000..ad73281
--- /dev/null
+++ b/tests/gdb
@@ -0,0 +1,3 @@
+ apk_add $@
+ gdb -ex run --batch --args /bin/busybox uptime
+ apk_del $@