added helpers to work with ssh shell
This commit is contained in:
4
scripts/cdwork
Executable file
4
scripts/cdwork
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/zsh
|
||||
cd /home/loki/work/loki/indra-labs/indra
|
||||
export PATH=/home/loki/work/loki/indra-labs/indra/scripts:$PATH
|
||||
zsh
|
||||
3
scripts/test.sh
Executable file
3
scripts/test.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env zsh
|
||||
reset
|
||||
go test -v -tags local -gcflags "all=-trimpath=/home/loki/work/loki/indra-labs/indra" $1 $2 $3 $4 $5
|
||||
3
scripts/testpkg.sh
Executable file
3
scripts/testpkg.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env zsh
|
||||
cd pkg
|
||||
go test -v -tags local -gcflags "all=-trimpath=/home/loki/work/loki/indra-labs/indra" ./...
|
||||
Reference in New Issue
Block a user