We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05889b6 commit 61d93f6Copy full SHA for 61d93f6
1 file changed
content/learning-paths/laptops-and-desktops/openclaw_continuum/2_dgx_deploy.md
@@ -362,7 +362,10 @@ PYTHONPATH=app python3 -m unittest discover -s tests
362
The output contains progress dots followed by this result:
363
364
```output
365
-OK
+----------------------------------------------------------------------
366
+Ran 121 tests in 4.256s
367
+
368
+OK (skipped=5)
369
```
370
371
The number of tests and the elapsed time can change as the repository evolves. `OK` confirms that the complete suite passed.
0 commit comments