Pass RGBDS= to make clean as well in downstream tests

Avoids some spurious "command not found" errors when cleaning SameBoy
Fixes #1471
This commit is contained in:
ISSOtm
2024-08-18 20:11:01 +02:00
parent 86140b5b2f
commit 96a0481cba

View File

@@ -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