summaryrefslogtreecommitdiff
path: root/abe-bisect.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2020-02-01 10:24:04 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2020-02-01 10:24:04 +0100
commitcd12daec2dd11074b5168bb262df9a1501d75fb7 (patch)
tree61ed643872eb36bf9971bd97336621ec6366ee28 /abe-bisect.sh
parent3dc4106ad76cc51ad460b52893f2581506be62cb (diff)
abe-bisect.sh: Require GOOTGIT and BADGIT instead of GOOD and BAD
Change-Id: Ib96d07cd70e86f049819d43528ee1bd0dd3d51bf
Diffstat (limited to 'abe-bisect.sh')
-rwxr-xr-xabe-bisect.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/abe-bisect.sh b/abe-bisect.sh
index 347cd304..38185324 100755
--- a/abe-bisect.sh
+++ b/abe-bisect.sh
@@ -27,8 +27,8 @@ check_set()
check_set EXP
check_set TESTNAME
-check_set GOOD
-check_set BAD
+check_set GOODGIT
+check_set BADGIT
check_set TARGET
#check_set CPU
#check_set FPU