mirror of
https://github.com/dnote/dnote
synced 2026-03-16 23:45:52 +01:00
fix
This commit is contained in:
parent
0d1cb684d5
commit
541ca72417
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# test.sh runs server tests. It is to be invoked by other scripts that set
|
||||
# appropriate env vars.
|
||||
set -eux
|
||||
set -ex
|
||||
|
||||
dir=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
|
||||
pushd "$dir/../../pkg/server"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue