From 8fcb0cc42393403dd260eaa8ccba74755ae6dec8 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 29 Apr 2010 14:26:46 -0700 Subject: [PATCH] qa: make pjd clean up --- qa/workunits/pjd.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/workunits/pjd.sh b/qa/workunits/pjd.sh index 8529c7a78ea13..7be7bc7cbebaa 100755 --- a/qa/workunits/pjd.sh +++ b/qa/workunits/pjd.sh @@ -10,3 +10,6 @@ cd .. mkdir tmp cd tmp prove -r ../pjd*/tests +cd .. +rm -r tmp pjd* + -- 2.39.5