Skip to content

Commit

Permalink
Update run_tests.sh
Browse files Browse the repository at this point in the history
- Running `run_tests.sh` may give something this: `flavor(77629,0x1f3df8840) malloc: nano zone abandoned due to inability to reserve vm space.`.
- This only occurs only with this iterative script, but I don't get these warnings/errors/notices with `all.flv`, so this seems to be a 'non-issue'; at least for now.

#175
  • Loading branch information
KennyOliver committed Jan 8, 2025
1 parent 11ff320 commit 802e655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ for test_file in "$TEST_DIR"/*.flv; do

echo "Running test: $test_file"
./flavor "$test_file"
sleep 0.1 # Add a short delay to allow cleanup for macOS

# Optionally check the exit code of each test
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 802e655

Please sign in to comment.