Skip to content

Commit

Permalink
needs to set METTALOG_OUTPUT really
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Aug 26, 2024
1 parent 0e39af1 commit 58a4400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/run_commit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ if [ -z $timestamp ]; then
timestamp=$(date +"%Y-%m-%dT%H:%M:%S")
fi
output=./reports/tests_output/baseline-compat-$timestamp/
export METTALOG_OUTPUT=$(realpath $output)
export SHARED_UNITS=$METTALOG_OUTPUT/SHARED.UNITS

# run the tests
mkdir -p $output
export METTALOG_OUTPUT=$(realpath $output)
export SHARED_UNITS=$METTALOG_OUTPUT/SHARED.UNITS
touch $SHARED_UNITS
echo Running baseline_compat tests to $output
echo Running baseline_compat tests to $output with METTALOG_OUTPUT=$METTALOG_OUTPUT and SHARED_UNITS=$SHARED_UNITS
#cat ./reports/SHARED.UNITS.PREV.md > /tmp/SHARED.UNITS
cat /dev/null > /tmp/SHARED.UNITS
#mettalog --output=$output --test --clean tests/baseline_compat/anti-regression/comma_is_not_special.metta
Expand Down

0 comments on commit 58a4400

Please sign in to comment.