We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da10327 commit 55f7b5cCopy full SHA for 55f7b5c
scripts/asm_test.sh
@@ -86,6 +86,7 @@ do
86
if diff -u "$PACKAGE_PATH/$t.asm.snap" "$PACKAGE_PATH/$t.asm"
87
then
88
echo "$PACKAGE / $t ok."
89
+ rm "$PACKAGE_PATH/$t.asm"
90
else
91
echo "$PACKAGE / $t FAILED!!!"
92
RESULT=1
0 commit comments