[108621] branches/gsoc13-tests/src/port1.0/tests/portmain.test
Marius Cotofana
marius.coto at gmail.com
Mon Jul 29 13:57:40 PDT 2013
On Jul 29, 2013, at 4:11 AM, Ryan Schmidt <ryandesign at macports.org> wrote:
>
> On Jul 28, 2013, at 11:39, marius at macports.org wrote:
>
>> Revision: 108621
>> https://trac.macports.org/changeset/108621
>> Author: marius at macports.org
>> Date: 2013-07-28 09:39:54 -0700 (Sun, 28 Jul 2013)
>> Log Message:
>> -----------
>> portmain.test: added test file
>>
>> Added Paths:
>> -----------
>> branches/gsoc13-tests/src/port1.0/tests/portmain.test
>>
>> Added: branches/gsoc13-tests/src/port1.0/tests/portmain.test
>> ===================================================================
>> --- branches/gsoc13-tests/src/port1.0/tests/portmain.test (rev 0)
>> +++ branches/gsoc13-tests/src/port1.0/tests/portmain.test 2013-07-28 16:39:54 UTC (rev 108621)
>> @@ -0,0 +1,47 @@
>> +package require tcltest 2
>> +namespace import tcltest::*
>> +
>> +set pwd [file normalize $argv0]
>> +set pwd [eval file join {*}[lrange [file split $pwd] 0 end-1]]
>> +
>> +package require macports 1.0
>> +mportinit
>> +
>> +# Set testing vars
>> +set os_platform darwin
>> +set macosx_version 10.8
>> +set os_version 11
>
> Are these values supposed to correspond? OS X 10.8 is Darwin 12. OS X 10.7 is Darwin 11.
Sorry, I will have that fixed. Thank you.
Marius.
More information about the macports-dev
mailing list