aboutsummaryrefslogtreecommitdiff
path: root/tcwg-regression-detection.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-07-21 12:08:40 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-07-21 12:08:40 +0000
commitd57843adcaf4200eff599a1e72bf4eb582509604 (patch)
tree2c60ef3f6c7f611453c78e60a60b23f852dbaeed /tcwg-regression-detection.yaml
parent49233f6536bc8cbbf757fbf38d00f68f1017cea3 (diff)
tcwg-regression-detection: Fix typo in previous commit.
Change-Id: I6884bb50f36a778add739d97d205dd61f7a900df
Diffstat (limited to 'tcwg-regression-detection.yaml')
-rw-r--r--tcwg-regression-detection.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-regression-detection.yaml b/tcwg-regression-detection.yaml
index 0515b81a..ad2ce352 100644
--- a/tcwg-regression-detection.yaml
+++ b/tcwg-regression-detection.yaml
@@ -110,7 +110,7 @@
# Abe's revisions to test
# TODO: gather reference from previous build instead of using N-1.
cur_abe_rev=$(git rev-parse HEAD)
- if [ "xref_abe_rev" = "x" ]; then
+ if [ "x$ref_abe_rev" = "x" ]; then
ref_abe_rev=$(git rev-parse HEAD~)
fi