Skip to content

Commit

Permalink
test: delete asok directories correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Chang Liu <[email protected]>
  • Loading branch information
liuchang0812 committed Mar 23, 2018
1 parent 41ec438 commit 1d3a67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-make-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function run() {
fi

if ! $DRY_RUN ctest $CHECK_MAKEOPTS --output-on-failure; then
rm -f ${TMPDIR:-/tmp}/ceph-asok.*
rm -fr ${TMPDIR:-/tmp}/ceph-asok.*
return 1
fi
}
Expand Down

0 comments on commit 1d3a67c

Please sign in to comment.