From 9d9234513d4bed997cd170c4a09c81035d89f74a Mon Sep 17 00:00:00 2001
From: Garth Minette <revarbat@gmail.com>
Date: Thu, 10 Jun 2021 15:25:34 -0700
Subject: [PATCH] Fix regressions return code.

---
 scripts/run_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh
index 69fe94a..bcfc494 100755
--- a/scripts/run_tests.sh
+++ b/scripts/run_tests.sh
@@ -22,7 +22,7 @@ for testfile in "${INFILES[@]}"; do
         else
             echo "$repname: FAIL!"
             echo "$output"
-            OUTCODE="$retcode"
+            OUTCODE=1
         fi
         rm -f out.echo
     fi