We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e22b6a commit bd709edCopy full SHA for bd709ed
‎nur-tests/nurfile
@@ -102,6 +102,11 @@ def "nur test-invalid-calls" [] {
102
assert exit-code { run-nur --commands some-command --enter-shell o+e>| ignore } 1
103
}
104
105
+def "nur do-test-preserve-exit-code" [] { exit 123 }
106
+def "nur test-preserve-exit-code" [] {
107
+ assert exit-code { run-nur do-test-preserve-exit-code o+e>| ignore } 123
108
+}
109
+
110
# Utils and other commands
111
112
def is-windows [] {
0 commit comments