From 46ee4db87f49669230ccb0c73458327599de3d9f Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:51:40 +0800 Subject: [PATCH] Test --- functions/test_functions.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/functions/test_functions.sh b/functions/test_functions.sh index c5362dba0..1f321633f 100644 --- a/functions/test_functions.sh +++ b/functions/test_functions.sh @@ -6,9 +6,6 @@ # from the processing. The input and output files are compared to determine # the success or failure of the test. -# Fail as soon as there is an error -set -e - readonly RAW='data/raw.txt' readonly RAW_LIGHT='data/raw_light.txt' readonly WHITELIST='config/whitelist.txt'