Commit 7e7a7ff3 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in switch scripts

parent bb634f2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@ do
done
done


cd $BASE_PATH
cd $BASE_PATH
if [ ! -f ./titan-test-system-framework ]
if [ ! -d ./titan-test-system-framework ]
then
then
    git clone --recurse-submodules --single-branch --branch devel https://labs.etsi.org/rep/cti-tools/titan-test-system-framework.git
    git clone --recurse-submodules --single-branch --branch devel https://labs.etsi.org/rep/cti-tools/titan-test-system-framework.git
    cd ./titan-test-system-framework
    cd ./titan-test-system-framework
+1 −1
Original line number Original line Diff line number Diff line
@@ -48,7 +48,7 @@ do
done
done


cd $BASE_PATH
cd $BASE_PATH
if [ ! -f ./titan-test-system-framework ]
if [ ! -d ./titan-test-system-framework ]
then
then
    git clone --recurse-submodules --single-branch --branch devel https://labs.etsi.org/rep/cti-tools/titan-test-system-framework.git
    git clone --recurse-submodules --single-branch --branch devel https://labs.etsi.org/rep/cti-tools/titan-test-system-framework.git
    cd ./titan-test-system-framework
    cd ./titan-test-system-framework
Compare 893832dd to 36438510
Original line number Original line Diff line number Diff line
Subproject commit 893832dda9f9ed77f3e7f3b3ad29f02ca7638cc6
Subproject commit 364385100d798b855e7572c09a98ab8e91b4afd0