From f33ab4045a2c23ee7e0140482c4906c0754839cf Mon Sep 17 00:00:00 2001 From: TeamSPoon Date: Wed, 14 Aug 2024 01:05:46 -0700 Subject: [PATCH] resorts/SHARED.UNITS.PREV.md --- scripts/run_commit_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_commit_tests.sh b/scripts/run_commit_tests.sh index f8b6853ccfb..ae0e0a22c9f 100755 --- a/scripts/run_commit_tests.sh +++ b/scripts/run_commit_tests.sh @@ -4,5 +4,5 @@ # Replace the following lines with the actual commands to generate the input file. #echo "| ANTI-REGRESSION.BC-COMP.01 | PASS |(https://example.com/test-report) | (assertEqualToResult (add-atom &kb (: axiom (nums 2 3)))) | (()) | (()) |" > /tmp/SHARED.UNITS -cat ./scripts/SHARED.UNITS.PREV.md > /tmp/SHARED.UNITS +cat ./reports/SHARED.UNITS.PREV.md > /tmp/SHARED.UNITS # You can add more lines or commands to generate additional input data