Clean up RISCV tests

This commit is contained in:
Jeremiah Orians 2021-10-28 21:45:32 -04:00
parent 54e5daace4
commit 6c59218781
No known key found for this signature in database
GPG Key ID: 6B3A3F198708F894
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with M2-Planet. If not, see <http://www.gnu.org/licenses/>.
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