Skip to content

Commit bcdfd84

Browse files
committed
cd
1 parent 54e30ab commit bcdfd84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/run_standalone_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ test_batch_size="${PL_STANDALONE_TESTS_BATCH_SIZE:-6}"
2121
source="${PL_STANDALONE_TESTS_SOURCE:-"lightning"}"
2222
COLLECTED_TESTS_FILE="collected_tests.txt"
2323

24+
cd ${test_dir}
25+
ls -lh . # show the contents of the directory
26+
2427
# this environment variable allows special tests to run
2528
export PL_RUN_STANDALONE_TESTS=1
2629
# python arguments

0 commit comments

Comments
 (0)