Skip to content

Commit

Permalink
test: Don't complain if .dub directory doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw authored and Geod24 committed Jan 15, 2023
1 parent 6f3ff83 commit d6a593a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/release/validate_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ done
for DUB in $GEN/dmd2/$OS/bin*/dub$EXE
do
$DUB run -n --arch=x86_64 --single $DIR/dub_example.d
rm -r $DIR/.dub $DIR/dub_example$EXE
rm -rf $DIR/.dub $DIR/dub_example$EXE
done

###############################################################################
Expand Down

0 comments on commit d6a593a

Please sign in to comment.