mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Windows doesn't know what a shebang is, so it's unable to run tests that use -driver-use-frontend-path with a script. This allows the script interpreter to be run as the executable with the script as its first argument. e.g. --driver-use-frontend-path "python;my-script.py"