Skip to content

Commit 61d93f6

Browse files
committed
Update number of smoke test
1 parent 05889b6 commit 61d93f6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • content/learning-paths/laptops-and-desktops/openclaw_continuum

content/learning-paths/laptops-and-desktops/openclaw_continuum/2_dgx_deploy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,10 @@ PYTHONPATH=app python3 -m unittest discover -s tests
362362
The output contains progress dots followed by this result:
363363

364364
```output
365-
OK
365+
----------------------------------------------------------------------
366+
Ran 121 tests in 4.256s
367+
368+
OK (skipped=5)
366369
```
367370

368371
The number of tests and the elapsed time can change as the repository evolves. `OK` confirms that the complete suite passed.

0 commit comments

Comments
 (0)