google-code-export / omega

Automatically exported from code.google.com/p/omega
Other
2 stars 0 forks source link

'omega -tests' always returns success #79

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
cat > test.prg
this is = bad

Then

./omega -tests . && echo SUCCESS

You will see success...

... which is really bad, as our testing infrastructure is unreliable.

Original issue reported on code.google.com by ggr...@gmail.com on 8 Dec 2010 at 3:26

GoogleCodeExporter commented 9 years ago
Another observation: when quitting the interpreter with :q and checking the 
status in the shell I seem to get 1 instead of a normal result of 0. Probably 
Omega is quitting using the 'error' function...

Original comment by ggr...@gmail.com on 23 Dec 2010 at 8:09

GoogleCodeExporter commented 9 years ago

Original comment by ggr...@gmail.com on 12 Sep 2011 at 7:38