I also wrote a trivial Go program that did nothing more than `panic("WTF")`
and it results in an exit status (ERRORLEVEL) of two in both a MSYS2 bash
shell and a native cmd.exe shell. So, it is likely you are not testing what
you think you are testing.

On Sun, Sep 20, 2020 at 7:44 PM Walter Weinmann <walter.weinm...@gmail.com>
wrote:

> Sorry - unfortunately I am a beginner.
>
> I have a Golang program that runs on an error and ends with panic(). When
> running on Windows 10 the value of ERRORLEVEL is 0, the same happens when
> the program is terminated with exit(1).
>
> What am I doing wrong?
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/a875f3d3-0f51-4cd8-91d5-5cf08f51223an%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/a875f3d3-0f51-4cd8-91d5-5cf08f51223an%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CABx2%3DD8UZU-%2B0_gTyEQVSX-9uDfBK97BHmVWZ5LRuGgx9RqvoQ%40mail.gmail.com.

Reply via email to