summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoonKyu Park <sk7.park@samsung.com>2022-01-18 10:44:36 +0900
committerSoonKyu Park <sk7.park@samsung.com>2022-01-18 10:44:36 +0900
commitf05796e0cd9328430d93d7c3e93e0be818658d39 (patch)
tree3d1626160d8721c437e77f7e276b0b71f2fd738d
parent536f1ce26525b383dc2cb48f447b6bbd1a0854b3 (diff)
downloadtools-testing-f05796e0cd9328430d93d7c3e93e0be818658d39.tar.gz
tools-testing-f05796e0cd9328430d93d7c3e93e0be818658d39.tar.bz2
tools-testing-f05796e0cd9328430d93d7c3e93e0be818658d39.zip
Fix typo
Change-Id: I73aa35d23395ca0456b972f15c27c60945c1fc19
-rwxr-xr-xtools-testing-run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools-testing-run-test.sh b/tools-testing-run-test.sh
index 08a2343..bf49c27 100755
--- a/tools-testing-run-test.sh
+++ b/tools-testing-run-test.sh
@@ -197,7 +197,7 @@ else
# Prepare packaging
if [ -n "$GIT_URL" ]; then
# if GIT_URL is provided create _service file for git-bildpackage source service
- revision=`git rev-parse FETCH_HEAD`i
+ revision=`git rev-parse FETCH_HEAD`
# echo "<services><service name='git-buildpackage'><param name='revision'>$revision</param><param name='url'>$GIT_URL</param></service></services>" > $pkg_dir/_service
source_service=`safeosc cat "$SOURCE_PROJECT" "$PACKAGE" _service`
source_revision=`echo $source_service | awk -F"'revision'>" '{print $2}' | awk -F"</param>" '{print $1}'`