vapor / toolbox

Simplifies common command line tasks when using Vapor

Repository from Github https://github.comvapor/toolboxRepository from Github https://github.comvapor/toolbox

missing LinuxMain.swift file in the Tests directory

andrzejlapinski opened this issue · comments

Describe the bug

In Ubuntu 20.04 LTS, command
swift build -c release --disable-sandbox
Returns
error: missing LinuxMain.swift file in the Tests directory

Environment

  • OS version: Ubuntu 20.04 LTS

@andrzejlapinski which documentation are you using to build? It should be swift build -c release --disable-sandbox --enable-test-discovery

Closing this as test discovery is now on by default