mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 17:55:36 +01:00
5 lines
93 B
Bash
Executable file
5 lines
93 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
echo Testing $(git log -1 --oneline)
|
|
make unit pkg=... case=_NONE_
|