Pash-Project / Pash

An Open Source reimplementation of Windows PowerShell, for Mono.
https://groups.google.com/group/pash-project
BSD 3-Clause "New" or "Revised" License
514 stars 54 forks source link

Don't check system drive info for *nix default drive #427

Open sburnicki opened 8 years ago

sburnicki commented 8 years ago

A new submit of #426 which will hopefully trigger the checks.

This fixes #425 as discussed and tested on the mailing list.

For non-Windows systems we provide a special "File" drive for the root folder. It does not make sense to check System.IO.DriveInfo information for this drive, as it is always valid on *nix systems.

When running Pash in docker, this can actually cause Pash to be unusable since "/" might not be listed as a mounted filesystem, so mono can't provide information about it.

ForNeVeR commented 8 years ago

Build has been run successfully on Appveyor: https://ci.appveyor.com/project/JayBazuzi/pash/build/0.0.224

It has been run even for the previous PR: https://ci.appveyor.com/project/JayBazuzi/pash/build/0.0.223

@JayBazuzi, it seems that something's wrong with our Appveyor settings, because it's unable to report build results back to GitHub.