Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
<WIP: DEBUG>
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Jan 19, 2021
1 parent dc5b5b7 commit 7f8a286
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/_utils/run_lightning
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
set -eu
TEST_DIR=/tmp/lightning_test_result

echo "[$(date)] <<<<<< RUNNING TEST FOR: tests/$TEST_NAME $@ >>>>>>"
ls -lah /tmp/lightning_test_result/sorted || true

echo "[$(date)] <<<<<< RUNNING TEST FOR: tests/$TEST_NAME $@ >>>>>>" >> "$TEST_DIR/lightning.log"
bin/tidb-lightning.test -test.coverprofile="$TEST_DIR/cov.$TEST_NAME.$$.out" DEVEL \
--ca "$TEST_DIR/tls/ca.pem" \
Expand Down

0 comments on commit 7f8a286

Please sign in to comment.