##// END OF EJS Templates
tests: fix p4 tests so they use separate ports and can be run in parallel
Mads Kiilerich -
r22293:a970a5c1 default
parent child Browse files
Show More
@@ -8,7 +8,7 b' create p4 depot'
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
@@ -8,7 +8,7 b' create p4 depot'
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
13
14 start the p4 server
14 start the p4 server
General Comments 0
You need to be logged in to leave comments. Login now