From a442616edf97dc65f6e768d249eb318fa317c747 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sat, 6 Jul 2019 23:01:10 -0400 Subject: move the demo app to examples/ --- scripts/run_demo.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/run_demo.sh') diff --git a/scripts/run_demo.sh b/scripts/run_demo.sh index 5f54787..0ad462e 100755 --- a/scripts/run_demo.sh +++ b/scripts/run_demo.sh @@ -5,8 +5,8 @@ if [[ $# -gt 0 ]]; then fi for i in "${rep[@]}"; do echo "starting replica $i" - #valgrind --leak-check=full ./hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & - #gdb -ex r -ex bt -ex q --args ./hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & - ./hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & + #valgrind --leak-check=full ./examples/hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & + #gdb -ex r -ex bt -ex q --args ./examples/hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & + ./examples/hotstuff-app --conf ./hotstuff-sec${i}.conf > log${i} 2>&1 & done wait -- cgit v1.2.3