Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 5a76332

Browse files
committed
debug updated
1 parent f551d6e commit 5a76332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEBUG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ The test command saves the test output in `difftest.out`
3838
The `difftest.py` comes to the rescue, you pass the test output and returns a list of failed tests , with an index:
3939

4040
```
41-
$ python3 difftest.py difftest.out
41+
$ python3 difftest.py
4242
0 --- FAIL: ExampleIdeDockerRun (0.00s)
4343
1 --- FAIL: ExampleStart (1.03s)
4444
```
4545

4646
Then you can see what went wrong in a single test passing the index:
4747

4848
```
49-
$ python3 difftest.py difftest.out 1
49+
$ python3 difftest.py 1
5050
31c31
5151
< docker run -d -p 3000:3000 --rm --name iosdk-theia -e HOME=/home/project --add-host=openwhisk: 172.17.0.2 -v /tmp/iosdk-test/javascript:/home/project pagopa/iosdk-theia:test
5252
---

0 commit comments

Comments
 (0)