~compiz-team/compiz/compiz.performance_1040478

« back to all changes in this revision

Viewing changes to tests/xorg-gtest/src/xorg_gtest_wrapper.cpp

  • Committer: Sam Spilsbury
  • Date: 2013-02-27 15:49:39 UTC
  • mfrom: (3360.235.26 0.9.9)
  • Revision ID: sam.spilsbury@canonical.com-20130227154939-jpj2c646melqy5zc
MergeĀ lp:compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
        }
90
90
    } while (!WIFEXITED (status) && !WIFSIGNALED (status));
91
91
 
92
 
   return 0;
 
92
   return WEXITSTATUS (status);
93
93
}