Skip to content
Snippets Groups Projects
Commit 8a6af277 authored by scott snyder's avatar scott snyder
Browse files

CoolConvUtilities: Fix ATN test.

Allow the ATN test to find the test script.


Former-commit-id: ca8a2b6e
parent 0df951ab
No related branches found
No related tags found
No related merge requests found
......@@ -30,5 +30,5 @@ atlas_add_executable( AtlCoolCopy
# Install files from the package:
atlas_install_python_modules( python/*.py )
atlas_install_joboptions( share/coolDumpFolderTags.py )
atlas_install_scripts( share/AtlCoolConsole.py share/coolIOVToTimeStamp.py share/coolTimeStampLocalToIOV.py share/coolTimeStampUTCToIOV.py share/RunList.py share/AtlCoolCheckFiles.py share/AtlCoolTopTag.py share/AtlCoolMakeReplica.py share/coolMagneticField.py )
atlas_install_scripts( share/AtlCoolConsole.py share/coolIOVToTimeStamp.py share/coolTimeStampLocalToIOV.py share/coolTimeStampUTCToIOV.py share/RunList.py share/AtlCoolCheckFiles.py share/AtlCoolTopTag.py share/AtlCoolMakeReplica.py share/coolMagneticField.py share/AtlCoolCopy_test.sh )
......@@ -5,7 +5,7 @@ export DBORACLE="oracle://INTR;schema=ATLAS_COOL_GLOBAL;dbname=REFC2001"
echo Start date is `date`
AtlCoolCopy.exe COOLOFL_INDET/OFLP200 "sqlite://X;schema=test0.db;dbname=OFLP200" -create -folder /Indet/Align
AtlCoolCopy COOLOFL_INDET/OFLP200 "sqlite://X;schema=test0.db;dbname=OFLP200" -create -folder /Indet/Align
ls -l
rm test0.db
echo End date is `date`
......
<?xml version="1.0"?>
<atn>
<TEST name="CoolConvUtilities" type="script" suite="Examples">
<options_atn>Database/CoolConvUtilities/share/AtlCoolCopy_test.sh</options_atn>
<options_atn>AtlCoolCopy_test.sh</options_atn>
<timelimit>4</timelimit>
<author>Richard Hawkings</author>
<mailto>richard.hawkings@cern.ch</mailto>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment