mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user