Skip to content

Commit

Permalink
remove output directory on test exit
Browse files Browse the repository at this point in the history
git-svn-id: https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/yaws@1376 9fbdc01b-0d2c-0410-bfb7-fb27d70d8b52
  • Loading branch information
vinoski committed Jan 29, 2009
1 parent cd68727 commit 64260b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t1/runtest
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else
fi
rm -f erl_crash.dump
outdir=./runtest_out$$
#trap "rm -rf $outdir" HUP INT EXIT
trap "rm -rf $outdir" HUP INT EXIT
mkdir -p $outdir
i=0
echo starting $fdlimit background curl tasks
Expand Down

0 comments on commit 64260b9

Please sign in to comment.