]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correcting links in macro
authormbroz <Michal.Broz@cern.ch>
Wed, 21 Jan 2015 16:38:22 +0000 (17:38 +0100)
committermbroz <Michal.Broz@cern.ch>
Wed, 21 Jan 2015 16:38:22 +0000 (17:38 +0100)
AD/macros/ADTestPreprocessor.C

index 5643772e239265cc7f555ea542ea4f1cd71dba39..ce0b5f7ad24ac10f93754e5a33afe1bee4613c6e 100644 (file)
@@ -11,7 +11,7 @@
 void ADTestPreprocessor()
 {
   // load library
-  gSystem->Load("$ALICE_ROOT/src/SHUTTLE/TestShuttle/libTestShuttle");
+  gSystem->Load("$ALICE_ROOT/SHUTTLE/TestShuttle/libTestShuttle");
 
    // create AliTestShuttle instance
   // The parameters are run, startTime, endTime
@@ -19,8 +19,8 @@ void ADTestPreprocessor()
 
   // TODO if needed, change location of OCDB and Reference test folders
   // by default they are set to $ALICE_ROOT/SHUTTLE/TestShuttle/TestCDB and TestReference
-  AliTestShuttle::SetMainCDB("local://$ALICE_ROOT/src/OCDB");
-  AliTestShuttle::SetMainRefStorage("local://$ALICE_ROOT/src/OCDB");
+  AliTestShuttle::SetMainCDB("local://$ALICE_ROOT/OCDB");
+  AliTestShuttle::SetMainRefStorage("local://$ALICE_ROOT/OCDB");
 
   printf("Test OCDB storage Uri: %s\n", AliShuttleInterface::GetMainCDB().Data());
   printf("Test Reference storage Uri: %s\n", AliShuttleInterface::GetMainRefStorage().Data());