diff --git a/test.sh b/test.sh index 5fc8e5e..b78f511 100755 --- a/test.sh +++ b/test.sh @@ -2,6 +2,9 @@ set -e +echo "PWD: $PWD" +ls -l +ls -l target SKIP="./target/skip" DIFF="diff -u --color"