Skip to content

Commit

Permalink
Cleanup zloop working directory after each pass
Browse files Browse the repository at this point in the history
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed by: John Kennedy <jwk404@gmail.com>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: Don Brady <don.brady@delphix.com>
Issue openzfs#6595 
Closes openzfs#6663
  • Loading branch information
don-brady authored and FransUrbo committed Apr 28, 2019
1 parent 28323e9 commit 20e5a53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/zloop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ while getopts ":ht:m:s:c:f:l" opt; do
s ) [[ $OPTARG ]] && size=$OPTARG ;;
c ) [[ $OPTARG ]] && coredir=$OPTARG ;;
f ) [[ $OPTARG ]] && basedir=$(readlink -f "$OPTARG") ;;
l ) symlink=1 ;;
h ) usage
exit 2
;;
Expand Down

0 comments on commit 20e5a53

Please sign in to comment.