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