aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-11-27 14:35:19 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:54 +0800
commitd6d7599ac09fa11f8db4ee76a90aab7ea1637f36 (patch)
tree72e5154667aa038617435c744af32beb3afdd065
parent3d3112c92ffa7f7bf32705c682c6b9b8541b8348 (diff)
downloaddexon-d6d7599ac09fa11f8db4ee76a90aab7ea1637f36.tar.gz
dexon-d6d7599ac09fa11f8db4ee76a90aab7ea1637f36.tar.zst
dexon-d6d7599ac09fa11f8db4ee76a90aab7ea1637f36.zip
test: add local bootnode (#53)
* test: add local bootnode * Update run_test.sh
-rwxr-xr-xtest/run_test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/run_test.sh b/test/run_test.sh
index b8b893145..7bcb0f688 100755
--- a/test/run_test.sh
+++ b/test/run_test.sh
@@ -7,6 +7,12 @@ fi
NETWORK="${1}"
+if [ "$2" == "--local" ]; then
+ NETWORK="${NETWORK} --bootnodes enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@127.0.0.1:30301"
+ # Start bootnode.
+ bootnode -nodekey bootnode.key --verbosity=9 > bootnode.log 2>&1 &
+fi
+
GDEX=../build/bin/gdex
# Kill all previous instances.
d-ports-gnome/commit/Keywords?h=gnome-3.24&id=e3d0f7c333e99356a7dd4c4daf6c1e5d74cc4575'>Make @kld PKG_ROOTDIR friendlybapt2016-05-301-3/+3 * Make @shell rootdir friendly to allow cross installationbapt2016-05-301-6/+6 * Add a new keywork xmlcatmgrbapt2016-05-251-0/+34 * Make @info cross install friendlybapt2015-10-221-2/+2 * Add a way to cleanly handle terminfo.db file used by devel/ncursesamdmi32015-10-081-0/+22 * Do not use contractions.mat2015-10-011-1/+1 * Extend @sample to accept argumentsbapt2015-09-261-7/+29 * Add "fc", "fcfontsdir", "fontsdir", and "none" arguments to USES=fonts.hrs2015-09-142-0/+46 * Add -f flag to force scanning of font directoriesfeld2015-04-071-2/+2 * Remove @fc and @fontsdir they are confusing all should use @fcfontsdirbapt2015-03-222-46/+0 * When updating /etc/shells, only remove existing entries that match the newmarkj2015-02-171-2/+2 * Use a custom keyword for kldxref, that allows to control exactly when it is runbapt2014-12-261-0/+24 * Add new keyword for to run glib-compile-schemas.kwm2014-12-031-0/+16 * - Accept absolute path for @fc, @fontsdir, @fcfontsdir, @shell keywordsak2014-10-094-22/+54 * Accept absolute path for @info keywordbapt2014-10-081-2/+8 * @sample: chmod u+w to ensure user may write to it.bdrewery2014-10-041-1/+2 * Replace the dirrmtry action with dir.mat2014-10-023-3/+3 * Use keywords to control exactly when is excutiedbapt2014-09-222-0/+22 * Remove the yaml files as pkg 1.3.8 is now the minimal required versionbapt2014-09-227-128/+0 * @sample: Alert user that there is a stale file to be removed.bdrewery2014-09-122-0/+4 * Convert rmtry into regular Keywordbapt2014-09-031-0/+11 * - Make it possible to use sample keyword with a full pathantoine2014-09-022-4/+16 * Remove support for pkg_installbapt2014-09-011-111/+0 * Fix fmtutil keyword with pkg_installantoine2014-08-061-0/+1 * Add support for @fmtutil for pkg_installbapt2014-07-251-0/+8 * Convert keywords in pure ucl formatbapt2014-07-257-0/+134 * Support stage for texlive, given it is impossible to rebuild the fmt files intobapt2014-07-051-0/+13 * Use print/indexinfo to generate index of info pagesantoine2014-06-281-8/+2 * Use print/texinfo-lite to install info pagesbapt2014-06-251-3/+3 * Make @dirrmtry handling in pkg_install closer to what pkg doesantoine2014-06-211-0/+12 * Add missing font_dir initialization for @fontsdirantoine2014-06-181-0/+1 * Remove another extra '`'bapt2014-06-161-1/+1 * Remove extra '`'bapt2014-06-161-1/+1 * Cosmeticbapt2014-06-121-9/+9 * Make pkg_install aware of @fc @fcfontsdir and @fontsdirbapt2014-06-121-0/+39 * Add an @shell keyword to handle adding and remove a shell path in /etc/shellbapt2014-06-122-0/+41 * - Add a @sample plist keywordbdrewery2014-04-122-0/+60 * Fix fontdir handling to work properly.zeising2013-12-211-4/+4 * Try to fix font handling for xorg fonts when using staging and pkgng.zeising2013-12-193-0/+45 * Fix handling of info files with pkgng, when dealing with .info-X files and al...bapt2013-11-231-2/+2 * Fix leftovers with INFO_SUBDIRbapt2013-11-181-0/+3