Skip to content

Commit

Permalink
Pass RGBDS= to make clean as well in downstream tests
Browse files Browse the repository at this point in the history
Avoids some spurious "command not found" errors when cleaning SameBoy
Fixes gbdev#1471
  • Loading branch information
ISSOtm committed Aug 18, 2024
1 parent 86140b5 commit 96a0481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test_downstream() { # owner repo make-target build-file build-hash
echo >&2 'Please run `'"$FETCH_TEST_DEPS"'` before running the test suite'
return 1
fi
make clean
make clean RGBDS=../../
make -j4 "$3" RGBDS=../../
hash="$(sha1sum -b "$4" | head -c 40)"
if [ "$hash" != "$5" ]; then
Expand Down

0 comments on commit 96a0481

Please sign in to comment.