From 6c59218781b8c2081a845a767a83f4680da3f6ee Mon Sep 17 00:00:00 2001 From: Jeremiah Orians Date: Thu, 28 Oct 2021 21:45:32 -0400 Subject: [PATCH] Clean up RISCV tests --- test/cleanup_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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