Skip to content

Commit

Permalink
pox.py: Enable assertions
Browse files Browse the repository at this point in the history
We now enable assertions even for pox.py, not just debug-pox.py.

Decision subject to change...
  • Loading branch information
MurphyMc committed Jul 24, 2013
1 parent bda02f2 commit b6b8139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pox.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
# We fall back to just "python" and hope that works.

''''true
export OPT="-u -O"
#export OPT="-u -O"
export OPT="-u"
export FLG=""
if [ "$(basename $0)" = "debug-pox.py" ]; then
export OPT=""
Expand Down

0 comments on commit b6b8139

Please sign in to comment.