Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms-test-suite:master commit in: PMSTestSuite/library/standard/basic/
Date: Tue, 31 May 2011 19:20:11
Message-Id: 9b3181199100d54d19a112f600a2c89a8094b48e.mgorny@gentoo
1 commit: 9b3181199100d54d19a112f600a2c89a8094b48e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 19:05:11 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 19:05:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=9b318119
7
8 Fix expected results in phase function order test.
9
10 ---
11 .../library/standard/basic/phase_function_order.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/PMSTestSuite/library/standard/basic/phase_function_order.py b/PMSTestSuite/library/standard/basic/phase_function_order.py
15 index c8ca950..d46837c 100644
16 --- a/PMSTestSuite/library/standard/basic/phase_function_order.py
17 +++ b/PMSTestSuite/library/standard/basic/phase_function_order.py
18 @@ -27,8 +27,8 @@ pkg_postinst"""
19 expect = """pkg_setup
20 src_unpack
21 src_prepare
22 -src_compile
23 src_configure
24 +src_compile
25 src_install
26 pkg_preinst
27 pkg_postinst"""