We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e30ab commit bcdfd84Copy full SHA for bcdfd84
tests/run_standalone_tests.sh
@@ -21,6 +21,9 @@ test_batch_size="${PL_STANDALONE_TESTS_BATCH_SIZE:-6}"
21
source="${PL_STANDALONE_TESTS_SOURCE:-"lightning"}"
22
COLLECTED_TESTS_FILE="collected_tests.txt"
23
24
+cd ${test_dir}
25
+ls -lh . # show the contents of the directory
26
+
27
# this environment variable allows special tests to run
28
export PL_RUN_STANDALONE_TESTS=1
29
# python arguments
0 commit comments