# HG changeset patch # User souliane # Date 1433677928 -7200 # Node ID 36d158a50c8ac35ab885910c2fdcd5d7b422d4f9 # Parent 2b82a4eb40a64de177467f4747adc9e8539145e4 fixes script for creating test accounts diff -r 2b82a4eb40a6 -r 36d158a50c8a scripts/test_accounts/create_accounts.sh --- a/scripts/test_accounts/create_accounts.sh Thu May 28 01:41:42 2015 +0200 +++ b/scripts/test_accounts/create_accounts.sh Sun Jun 07 13:52:08 2015 +0200 @@ -18,9 +18,9 @@ echo -n Creating account for $JID... if [[ $LIST =~ $USER ]]; then echo -n removing existing account first... - #jp profile delete $USER + jp profile delete $USER fi - echo jp profile create $USER $JID $PASSWD + jp profile create $USER -j $JID -p $PASSWD echo OK done done diff -r 2b82a4eb40a6 -r 36d158a50c8a scripts/test_accounts/data/tazar%2eint/accounts/pierre.dat --- a/scripts/test_accounts/data/tazar%2eint/accounts/pierre.dat Thu May 28 01:41:42 2015 +0200 +++ b/scripts/test_accounts/data/tazar%2eint/accounts/pierre.dat Sun Jun 07 13:52:08 2015 +0200 @@ -1,3 +1,3 @@ return { - ["password"] = "x"; + ["password"] = "xxxxxx"; };