diff README @ 445:09ebdee8eda2

added test for /attachments/../info
author Alain Mazy <am@osimis.io>
date Wed, 09 Feb 2022 15:29:07 +0100
parents 192665e6113f
children 0d7c0bbe6c90
line wrap: on
line diff
--- a/README	Wed Feb 09 15:17:54 2022 +0100
+++ b/README	Wed Feb 09 15:29:07 2022 +0100
@@ -122,6 +122,10 @@
 
 # python ./Tests/Run.py
 
+To run a single test with by fixing the Orthanc 0.8.6 executable path:
+# python2 ./Tests/Run.py --orthanc /home/alain/Releases/Orthanc-0.8.6/Build/Orthanc Orthanc.test_peer_store_straight
+
+
 Use the flag "--help" to get the full list of arguments. These
 arguments will notably allow you to specify the network parameters
 of your remote instance of Orthanc.
@@ -144,7 +148,7 @@
 may specify them when starting the test as shown below
 
 # bash
-# python Tests/Run.py --force --dicom 8567 --rest 8568
+# python2 Tests/Run.py --force --dicom 4242 --rest 8042 --orthanc /home/alain/Releases/Orthanc-0.8.6/Build/Orthanc Orthanc.test_peer_store_straight
 
 Note that you will have to install Linux prerequisites under WSL
 and the orthanc package as well.