Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Jul 7, 2013
1 parent 23bca4a commit 1845cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions process-core.sh

This file was deleted.

4 changes: 2 additions & 2 deletions unit-tests/ci/run_script.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# Phalcon Framework
#
Expand All @@ -21,7 +21,7 @@ if [ $STATUS != 0 ]; then
export LC_ALL=C
for i in core core.*; do
if [ -f "$i" -a "$(file "$i" | grep -o 'core file')" ]; then
gdb -q $(file "$i" | grep -Eo "'.*'\$") "$i" <<EOF
gdb -q $(file "$i" | grep -oE "'[^ ']+" | sed "s/^'//g") "$i" <<EOF
set pagination 0
backtrace full
info registers
Expand Down

0 comments on commit 1845cb6

Please sign in to comment.