mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
5360384085
* bats-core v1.1.0 imported * target 'install-test' removed from Makefile * info re: bats-core import added in vendor/bats-core/README.md
17 lines
537 B
YAML
17 lines
537 B
YAML
version: 'v1.1.0.{build}'
|
|
|
|
build: off
|
|
|
|
# This presumes that Git bash is installed at `C:\Program Files\Git` and the
|
|
# bash we're using is `C:\Program Files\Git\bin\bash.exe`.
|
|
#
|
|
# If instead it finds the Windows Subsystem for Linux bash at
|
|
# `C:\Windows\System32\bash.exe`, it will fail with an error like:
|
|
# /mnt/c/.../bats-core/test/test_helper.bash: line 1:
|
|
# syntax error near unexpected token `$'{\r''
|
|
test_script:
|
|
- where bash
|
|
- bash --version
|
|
- bash -c 'export'
|
|
- bash -c 'time PATH="/usr/bin:${PATH}" bin/bats test'
|