Skip to content

Commit

Permalink
Do not remove system packages in MooseScripts class>>#packageNamesFor…
Browse files Browse the repository at this point in the history
…:withTestPackages:
  • Loading branch information
jecisc committed Apr 16, 2024
1 parent cea696a commit 319e1c0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ MooseScripts class >> packageNamesFor: aPrefixString withTestPackages: aBoolean
"

| packages packageNames aTestPrefixString |
self packageOrganizer unregisterPackageNamed: aPrefixString.
packages := self packageOrganizer packages select: [ :each | aPrefixString match: each name ].
packageNames := packages collect: [ :pak | pak name ].
aBoolean ifFalse: [
Expand Down

0 comments on commit 319e1c0

Please sign in to comment.