@@ -53,7 +53,7 @@ make login
5353Then, you can run the test using the following command:
5454
5555```
56- ./build/bftengine/ tests/simpleTest/scripts/testReplicasAndClient.sh
56+ ./build/tests/simpleTest/scripts/testReplicasAndClient.sh
5757```
5858
5959You should see output like the following:
@@ -218,14 +218,14 @@ Once you have built Concord and are in the top-level directory, you can run the
218218test with the following command:
219219
220220```
221- ./build/bftengine/ tests/simpleTest/scripts/simpleTest.py -bft n=4,r=4,f=1,c=0,cl=1
221+ ./build/tests/simpleTest/scripts/simpleTest.py -bft n=4,r=4,f=1,c=0,cl=1
222222```
223223The command above is EQUAL to running the test via the shell script, as desribed above.
224224
225225Note: if you run the command as described above and experience Python related
226226 issues, please run it using
227227
228- python3 build/bftengine/ tests/simpleTest/scripts/simpleTest.py -bft n=4,r=4,f=1,c=0,cl=1
228+ python3 build/tests/simpleTest/scripts/simpleTest.py -bft n=4,r=4,f=1,c=0,cl=1
229229
230230### BFT Metadata with the simple test
231231BFT metadata allows replica to recover from crash if the metadata has been written to the disk when replica is running.
0 commit comments