diff --git a/test/cleanup_test.sh b/test/cleanup_test.sh index 087fd99..5062254 100755 --- a/test/cleanup_test.sh +++ b/test/cleanup_test.sh @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU General Public License ## along with M2-Planet. If not, see . -for ARCH in aarch64 amd64 armv7l knight-native knight-posix x86; do +for ARCH in aarch64 amd64 armv7l knight-native knight-posix x86 riscv64; do rm -rf "test/test$1/tmp-$ARCH" done