Skip to content

Commit dd32115

Browse files
committed
CCM-10294: temp testing change
1 parent 5957131 commit dd32115

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/tests/test.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ test: # Run all the test tasks @Testing
7777
test-load
7878

7979
_test:
80+
pwd
81+
ls
82+
ls ./scripts
83+
ls ./scripts/tests/
8084
set -e
8185
script="./scripts/tests/${name}.sh"
8286
if [ -e "$${script}" ]; then

0 commit comments

Comments
 (0)