what dir am I in?
This commit is contained in:
parent
05fdca152d
commit
dc4547e47c
1 changed files with 3 additions and 0 deletions
3
test.sh
3
test.sh
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
echo "PWD: $PWD"
|
||||||
|
ls -l
|
||||||
|
ls -l target
|
||||||
SKIP="./target/skip"
|
SKIP="./target/skip"
|
||||||
DIFF="diff -u --color"
|
DIFF="diff -u --color"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue