You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a command line tool runs echo a && echo b and stdout is specified as out.txt, the contents of out.txt should be a b
An executor might just run echo a && echo b > out.txt which is incorrect and would just add b to out.txt. A conformance test should clear this up.