summaryrefslogtreecommitdiff
path: root/infra/commands
diff options
context:
space:
mode:
authorDmitriy Nikiforov <d.nikiforov@partner.samsung.com>2017-08-30 19:21:08 +0300
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-09-07 13:11:13 +0000
commit71842e7d2bdae202097530c61a34348ef8bc5a7b (patch)
tree42e57cedc2a5e9d210958ce458dad52190e1eb1d /infra/commands
parent4716c7e0727292616d2bc467f767c15905777ece (diff)
downloadfuzz-testing-71842e7d2bdae202097530c61a34348ef8bc5a7b.tar.gz
fuzz-testing-71842e7d2bdae202097530c61a34348ef8bc5a7b.tar.bz2
fuzz-testing-71842e7d2bdae202097530c61a34348ef8bc5a7b.zip
Remove redundant 'sdb root on' invocation
Change-Id: I162967ff50b235ffae9ba619abdc792ffbddc711
Diffstat (limited to 'infra/commands')
-rwxr-xr-xinfra/commands/publish.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/infra/commands/publish.sh b/infra/commands/publish.sh
index 1feb43f..01dae05 100755
--- a/infra/commands/publish.sh
+++ b/infra/commands/publish.sh
@@ -105,7 +105,6 @@ printf "\nPushing debug rpm packages to device...\n"
tmp_rpm_dir="/tmp/rpms"
-${SDB_CMD} root on >/dev/null
sdb_shell mkdir -p "${tmp_rpm_dir}"
debug_rpms=($(find "${TARGET_DIR}/${ARCH}/rpm" -name "*-debug*-*.rpm"))
for debug_rpm in "${debug_rpms[@]}"; do