summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Moynault <antoine.moynault@linaro.org>2023-08-11 08:53:08 +0000
committerAntoine Moynault <antoine.moynault@linaro.org>2023-08-11 08:53:08 +0000
commit7b93fa02ff61b5745b8f399ab54bf8428e7d8d07 (patch)
treec38c0e8e5118641c075c97994bce604a48478dca
parentf3b88334857f12726e300516e966b9a6278c7f96 (diff)
lnt-run-spec-codesize: enable build
-rwxr-xr-xlnt-run-spec-codesize.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/lnt-run-spec-codesize.sh b/lnt-run-spec-codesize.sh
index 77f12d4..2ffc7cf 100755
--- a/lnt-run-spec-codesize.sh
+++ b/lnt-run-spec-codesize.sh
@@ -35,10 +35,6 @@ SUBMIT_REPORT=true
# for now, only run on focal as the lnt setup is easier there
[ "$(lsb_release -sc)" = "focal" ]
-echo OK
-
-exit 0 # XXX REMOVE THIS # ONLY CHECK THAT DOCKER RUN WORKS OK FOR NOW
-
# ##############################################################################