multi: move itest out of lntest

This commit moves all the test cases living in `itest` out of `lntest`,
further making `lntest` an independent package for general testing.
This commit is contained in:
yyforyongyu
2022-08-11 19:39:40 +08:00
parent 142b00711f
commit 0bc86a3b4b
59 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Let's work with absolute paths only, we run in the itest directory itself.
WORKDIR=$(pwd)/lntest/itest
WORKDIR=$(pwd)/itest
TRANCHE=$1
NUM_TRANCHES=$2