Skip to content

Commit c549fe6

Browse files
author
Akash Goyal
committed
Updated changes in simple test README.md file
1 parent 8cb40d0 commit c549fe6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/simpleTest/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ make login
5353
Then, 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

5959
You 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
218218
test 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
```
223223
The command above is EQUAL to running the test via the shell script, as desribed above.
224224

225225
Note: 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
231231
BFT metadata allows replica to recover from crash if the metadata has been written to the disk when replica is running.

0 commit comments

Comments
 (0)