Changeset a882637


Ignore:
Timestamp:
Oct 12, 2017, 11:11:10 PM (7 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master
Children:
cb463cd, 0480eef
Parents:
4fd3c04
git-author:
Anders Kaseorg <andersk@mit.edu> (10/12/17 23:04:43)
git-committer:
Anders Kaseorg <andersk@mit.edu> (10/12/17 23:11:10)
Message:
tester --builtin: Fix exit status

The exit status of tester --builtin previously came from the return
value of owl_regtest(), but commit
95414bfd3960e215dd54e6916a12f56abbf0c820 accidentally overwrote it
with 0.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tester.c

    ra7250ee ra882637  
    8484    eval_pv("use File::Spec; do File::Spec->rel2abs($main::test_prog); die($@) if($@)", true);
    8585  }
    86 
    87   status = 0;
    8886
    8987  FREETMPS;
Note: See TracChangeset for help on using the changeset viewer.