comparison tests/test-convert-p4-filetypes.t @ 22293:a970a5c15b43

tests: fix p4 tests so they use separate ports and can be run in parallel
author Mads Kiilerich <madski@unity3d.com>
date Mon, 25 Aug 2014 03:27:51 +0200
parents 7a9cbb315d84
children c63a09b6b337
comparison
equal deleted inserted replaced
22292:102f0e926668 22293:a970a5c15b43
6 create p4 depot 6 create p4 depot
7 $ P4ROOT=`pwd`/depot; export P4ROOT 7 $ P4ROOT=`pwd`/depot; export P4ROOT
8 $ P4AUDIT=$P4ROOT/audit; export P4AUDIT 8 $ P4AUDIT=$P4ROOT/audit; export P4AUDIT
9 $ P4JOURNAL=$P4ROOT/journal; export P4JOURNAL 9 $ P4JOURNAL=$P4ROOT/journal; export P4JOURNAL
10 $ P4LOG=$P4ROOT/log; export P4LOG 10 $ P4LOG=$P4ROOT/log; export P4LOG
11 $ P4PORT=localhost:16661; export P4PORT 11 $ P4PORT=localhost:$HGPORT; export P4PORT
12 $ P4DEBUG=1; export P4DEBUG 12 $ P4DEBUG=1; export P4DEBUG
13 $ P4CHARSET=utf8; export P4CHARSET 13 $ P4CHARSET=utf8; export P4CHARSET
14 14
15 start the p4 server 15 start the p4 server
16 $ [ ! -d $P4ROOT ] && mkdir $P4ROOT 16 $ [ ! -d $P4ROOT ] && mkdir $P4ROOT