Skip to content

Commit 55f7b5c

Browse files
committed
Remove test output on success
1 parent da10327 commit 55f7b5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/asm_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ do
8686
if diff -u "$PACKAGE_PATH/$t.asm.snap" "$PACKAGE_PATH/$t.asm"
8787
then
8888
echo "$PACKAGE / $t ok."
89+
rm "$PACKAGE_PATH/$t.asm"
8990
else
9091
echo "$PACKAGE / $t FAILED!!!"
9192
RESULT=1

0 commit comments

Comments
 (0)