~zsombi/ubuntu-ui-toolkit/mainview-bloop

« back to all changes in this revision

Viewing changes to tests/unit/runtest.sh

  • Committer: Zsombor Egri
  • Date: 2014-03-10 10:42:42 UTC
  • mfrom: (933.1.35 ubuntu-ui-toolkit)
  • Revision ID: zsombor.egri@canonical.com-20140310104242-u4cnc90n8i4gee7z
trunk merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  else
46
46
      echo "Skipped because no DISPLAY available"
47
47
  fi
48
 
  RESULT=$?
 
48
  # Note: Get first command before the pipe, $? would be ambiguous
 
49
  RESULT=${PIPESTATUS[0]}
49
50
  # segfault
50
51
  if [ $RESULT -eq 139 ]; then
51
52
   return 2