finally, open up my secret test scripts...
...after getting rid of most of the hardcoding (though not all!)
This commit is contained in:
parent
ba8094d6f5
commit
0add3d3de7
43 changed files with 1941 additions and 0 deletions
11
t/rollback
Executable file
11
t/rollback
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
export TESTDIR=$PWD
|
||||
|
||||
cd
|
||||
rm -rf gitolite-admin td
|
||||
tar xf rollback.tar
|
||||
mkdir td
|
||||
|
||||
scp $TESTDIR/rollback.server gitolite-test@localhost:rollback
|
||||
ssh gitolite-test@localhost ./rollback
|
Loading…
Add table
Add a link
Reference in a new issue