aboutsummaryrefslogtreecommitdiff
path: root/tests/remotes.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace git.euandreh.xyz/xxx with euandreh.xyz/xxx.gitEuAndreh2021-10-111-2/+2
|
* tests/: Copy files to temp directory to avoid messing with existing ↵EuAndreh2021-10-021-1/+6
| | | | | | generated files As the tests do a "make clean", which would erase the existing generated files.
* mv tests/tests-lib.sh tests/lib.shEuAndreh2021-08-051-1/+1
|
* src/, tests/: Stick to 80 columns with 8-chars wide tabsEuAndreh2021-07-261-2/+4
|
* aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid overEuAndreh2021-07-151-28/+28
| | | | | | | | | | | | | | | The tests were relying on the unspecified and non-standartized behaviour of "mktemp". Now they use "mkstemp()", a shim sh function to provide the expected behaviour, and an accompanying "mkdtemp()" function is also defined. To further decouple from specific implementations and OS-behaviours and quirks, a aux/lib.sh file containing both those functions was added. Its purpose is to also allow code under aux/ to not depend on specific behaviour. "mkdtemp()" had to be replicated in aux/ci/ci-build.sh, since it runs outside the repository.
* git mv aux/tests-lib.sh tests/EuAndreh2021-06-271-1/+1
|
* tests/*.sh: Print line number, STDOUT and STDERR when test failsEuAndreh2021-06-261-0/+14
|
* tests/remotes.sh: Supress output of git configEuAndreh2021-06-221-2/+2
|
* tests/remotes.sh: Conditionally set user.{email,name} to work on new env like CIEuAndreh2021-06-221-1/+11
|
* aux/tests-lib.sh: Add uuid() function, use it on testsEuAndreh2021-06-221-2/+2
|
* src/git-permalink.sh.in, tests/remotes.sh: Address ShellCheck issuesEuAndreh2021-06-221-11/+11
|
* tests/remotes.sh: AddEuAndreh2021-06-221-0/+176