From 3b6a3010b5a3df1e44f35114a1225b71ca025979 Mon Sep 17 00:00:00 2001
From: Thomas Runyon <thomas.runyon.2.ctr@us.af.mil>
Date: Fri, 16 Apr 2021 08:23:40 -0400
Subject: [PATCH] added cypress back

---
 tests/bash/03_cypress.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bash/03_cypress.sh b/tests/bash/03_cypress.sh
index aedb8ab6af..904036c395 100755
--- a/tests/bash/03_cypress.sh
+++ b/tests/bash/03_cypress.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 # exit on error
-# set -e
+set -e
 
 #Clear out folder if present
 rm -rf cypress-tests/
-- 
GitLab