Set execute permission on the dummy script #297
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
22 errors
I can execute a command with a custom working directory:
CliWrap.Tests/EnvironmentSpecs.cs#L17
System.ComponentModel.Win32Exception : Failed to start a process with file path '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/Temp/af3a9077-a4d6-4c1a-9782-b32ba2fb05de'. Exec format error
|
I can execute a command with some environment variables overwritten:
CliWrap.Tests/EnvironmentSpecs.cs#L58
System.ComponentModel.Win32Exception : Failed to start a process with file path '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command with additional environment variables:
CliWrap.Tests/EnvironmentSpecs.cs#L34
System.ComponentModel.Win32Exception : Failed to start a process with file path '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command and pipe the stdin from a string:
CliWrap.Tests/PipingSpecs.cs#L127
System.ComponentModel.Win32Exception : Failed to start a process with file path '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command and pipe the stdout and stderr into separate async delegates with cancellation:
CliWrap.Tests/PipingSpecs.cs#L440
System.ComponentModel.Win32Exception : Failed to start a process with file path '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command and pipe the stdout into an async anonymous target:
CliWrap.Tests/PipingSpecs.cs#L186
System.ComponentModel.Win32Exception : Failed to start a process with file path '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command as a pull based event stream and cancel it gracefully after a delay:
CliWrap.Tests/CancellationSpecs.cs#L231
Assert.ThrowsAny() Failure: Exception type was not compatible
Expected: typeof(System.OperationCanceledException)
Actual: typeof(System.ComponentModel.Win32Exception)
---- System.ComponentModel.Win32Exception : Failed to start a process with file path '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
-------- System.ComponentModel.Win32Exception : An error occurred trying to start process '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command and cancel it gracefully after a delay:
CliWrap.Tests/CancellationSpecs.cs#L72
System.ComponentModel.Win32Exception : Failed to start a process with file path '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command and pipe the stdout into a file:
CliWrap.Tests/PipingSpecs.cs#L253
System.ComponentModel.Win32Exception : Failed to start a process with file path '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command as a pull based event stream and cancel it after a delay:
CliWrap.Tests/CancellationSpecs.cs#L205
Assert.ThrowsAny() Failure: Exception type was not compatible
Expected: typeof(System.OperationCanceledException)
Actual: typeof(System.ComponentModel.Win32Exception)
---- System.ComponentModel.Win32Exception : Failed to start a process with file path '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
-------- System.ComponentModel.Win32Exception : An error occurred trying to start process '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/home/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command as a pull based event stream:
CliWrap.Tests/EventStreamSpecs.cs#L18
System.ComponentModel.Win32Exception : Failed to start a process with file path '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command and split the stdout by newline:
CliWrap.Tests/LineBreakSpecs.cs#L17
System.ComponentModel.Win32Exception : Failed to start a process with file path '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command and split the stdout by newline while including empty lines:
CliWrap.Tests/LineBreakSpecs.cs#L89
System.ComponentModel.Win32Exception : Failed to start a process with file path '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command and split the stdout by caret return:
CliWrap.Tests/LineBreakSpecs.cs#L41
System.ComponentModel.Win32Exception : Failed to start a process with file path '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command and split the stdout by caret return followed by newline:
CliWrap.Tests/LineBreakSpecs.cs#L65
System.ComponentModel.Win32Exception : Failed to start a process with file path '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command as a push based event stream:
CliWrap.Tests/EventStreamSpecs.cs#L43
System.ComponentModel.Win32Exception : Failed to start a process with file path '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command as a pull based event stream and cancel it gracefully after a delay:
CliWrap.Tests/CancellationSpecs.cs#L231
Assert.ThrowsAny() Failure: Exception type was not compatible
Expected: typeof(System.OperationCanceledException)
Actual: typeof(System.ComponentModel.Win32Exception)
---- System.ComponentModel.Win32Exception : Failed to start a process with file path '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
-------- System.ComponentModel.Win32Exception : An error occurred trying to start process '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command and pipe the stdin from a string:
CliWrap.Tests/PipingSpecs.cs#L127
System.ComponentModel.Win32Exception : Failed to start a process with file path '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command and cancel it gracefully after a delay:
CliWrap.Tests/CancellationSpecs.cs#L72
System.ComponentModel.Win32Exception : Failed to start a process with file path '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command and pipe the stdout and stderr into separate async delegates with cancellation:
CliWrap.Tests/PipingSpecs.cs#L440
System.ComponentModel.Win32Exception : Failed to start a process with file path '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh'. Target file or working directory doesn't exist, or the provided credentials are invalid.
---- System.ComponentModel.Win32Exception : An error occurred trying to start process '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0/run-dummy.sh' with working directory '/Users/runner/work/CliWrap/CliWrap/CliWrap.Tests/bin/Release/net7.0'. Exec format error
|
I can execute a command as a push based event stream and cancel it gracefully after a delay:
CliWrap.Tests/CancellationSpecs.cs#L311
Test execution timed out after 15000 milliseconds
|
main / test (windows-latest)
Process completed with exit code 1.
|