~brianaker/gearmand/check-for-servers-in-job-fetch

« back to all changes in this revision

Viewing changes to libtest/run-ci.gdb

  • Committer: Continuous Integration
  • Date: 2013-07-22 21:52:27 UTC
  • mfrom: (836.3.1 gearmand-exception)
  • Revision ID: ci@tangent.org-20130722215227-sdgbrhjdg3cvvau6
Merge lp:~brianaker/gearmand/fix-exceptions Build: jenkins-Gearmand-786

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
set logging on
2
2
set logging overwrite on
3
3
set environment LIBTEST_IN_GDB=1
4
 
set ASAN_OPTIONS=abort_on_error=1
 
4
#set ASAN_OPTIONS=abort_on_error=1
5
5
run
6
6
thread apply all bt
7
7
quit