Add global configuration to test script
This commit is contained in:
parent
911d881a1a
commit
7266268297
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ The following script (available at <https://gist.github.com/gioele/dde462df89edf
|
||||||
|
|
||||||
set -e ; set -u
|
set -e ; set -u
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
|
||||||
|
# alwayscommit must be set globally to affects whereis and sync
|
||||||
|
git config --global annex.alwayscommit false
|
||||||
|
|
||||||
direct=true # set to false to make the problem disappear
|
direct=true # set to false to make the problem disappear
|
||||||
|
|
||||||
h=${h:-localhost}
|
h=${h:-localhost}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue