From 96a0481cba0c018801d54385e417aeebebd6c637 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sun, 18 Aug 2024 20:11:01 +0200 Subject: [PATCH] Pass `RGBDS=` to `make clean` as well in downstream tests Avoids some spurious "command not found" errors when cleaning SameBoy Fixes #1471 --- test/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index 04be0ecb..d8985ed8 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -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