Skip to content

Commit 7115a47

Browse files
HanatoKgiacomofiorin
authored andcommitted
test: revert the previous commits to disable ARM64 test again
Currently spiff has no way to ignore the comparison of nan and -nan.
1 parent d7c6a9b commit 7115a47

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
ARCH=$(arch)
3+
if [ "$ARCH" = "aarch64" ]; then
4+
exit 0
5+
else
6+
exit 1
7+
fi

0 commit comments

Comments
 (0)