Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace git.euandreh.xyz/xxx with euandreh.xyz/xxx.git | EuAndreh | 2021-10-11 | 1 | -2/+2 |
| | |||||
* | tests/: Copy files to temp directory to avoid messing with existing ↵ | EuAndreh | 2021-10-02 | 1 | -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.sh | EuAndreh | 2021-08-05 | 1 | -1/+1 |
| | |||||
* | src/, tests/: Stick to 80 columns with 8-chars wide tabs | EuAndreh | 2021-07-26 | 1 | -2/+4 |
| | |||||
* | aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid over | EuAndreh | 2021-07-15 | 1 | -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/ | EuAndreh | 2021-06-27 | 1 | -1/+1 |
| | |||||
* | tests/*.sh: Print line number, STDOUT and STDERR when test fails | EuAndreh | 2021-06-26 | 1 | -0/+14 |
| | |||||
* | tests/remotes.sh: Supress output of git config | EuAndreh | 2021-06-22 | 1 | -2/+2 |
| | |||||
* | tests/remotes.sh: Conditionally set user.{email,name} to work on new env like CI | EuAndreh | 2021-06-22 | 1 | -1/+11 |
| | |||||
* | aux/tests-lib.sh: Add uuid() function, use it on tests | EuAndreh | 2021-06-22 | 1 | -2/+2 |
| | |||||
* | src/git-permalink.sh.in, tests/remotes.sh: Address ShellCheck issues | EuAndreh | 2021-06-22 | 1 | -11/+11 |
| | |||||
* | tests/remotes.sh: Add | EuAndreh | 2021-06-22 | 1 | -0/+176 |