Changeset 1576 in ProjectBuilder for devel/pb/t/pbtest


Ignore:
Timestamp:
May 23, 2012, 1:29:16 PM (12 years ago)
Author:
Bruno Cornec
Message:

Add support of the PBVCSOPT environment variable to pass options to the VCS command such as a login/passwd authentication (useful for pbtest)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/t/pbtest

    r1575 r1576  
    122122sudo su - pbtest -c "cd pb ; svn co svn://localhost/pb ."
    123123sudo su - pbtest -c "cd pb ; touch README ; svn add README ; svn ci --username pbtest --password pbtest -m 'add readme' README"
    124 sudo su - pbtest -c "pb -p afio newproj afio"
     124sudo su - pbtest -c "export PBVCSOPT='--username pbtest --password pbtest' ; pb -p afio newproj afio"
    125125cat >> /tmp/afio.pb << EOF
    126126defpkgdir afio = dummy
Note: See TracChangeset for help on using the changeset viewer.