comparison Start.sh @ 407:ad98466353c6

test_modify_subsequences
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Jun 2021 16:53:02 +0200
parents da2be3ff2db5
children 2ca9e31d582f
comparison
equal deleted inserted replaced
406:62ee5e57ee05 407:ad98466353c6
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # Without Docker: 3 # Without Docker on Ubuntu 18.04:
4 # python ./Tests/Run.py --force 4 #
5 # (1) Compile Orthanc 0.8.6:
6 # $ cd $HOME/Releases/
7 # $ hg clone -u Orthanc-0.8.6 https://hg.orthanc-server.com/orthanc Orthanc-0.8.6
8 # $ mkdir $HOME/Releases/Orthanc-0.8.6/Build
9 # $ cd $HOME/Releases/Orthanc-0.8.6/Build
10 # $ cmake .. -DCMAKE_BUILD_TYPE=Release -DSTATIC_BUILD=ON
11 # $ make -j4 UnitTests Orthanc
12 #
13 # (2) Run the integration tests using Orthanc 0.8.6:
14 # $ rm -rf /tmp/OrthancStorage ; python ./Tests/Run.py --orthanc=$HOME/Releases/Orthanc-0.8.6/Build/Orthanc --force
15 #
5 16
6 set -ex 17 set -ex
7 18
8 if [ ! -f "./getscu-3.6.5" ]; then 19 if [ ! -f "./getscu-3.6.5" ]; then
9 # This binary was generated by running Linux Standard Base on 20 # This binary was generated by running Linux Standard Base on