Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Apr 27, 2015
1 parent c887b19 commit a7eb6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkins/utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ diracServices(){
diracDBs(){
echo '[diracDBs]'

dbs=`cat databases | cut -d ' ' -f 2 | cut -d '.' -f 1 | grep -v ^RequestDB | grep -v ^FileCatalogDB` | grep -v ^ComponentMonitoringDB` | grep -v ^InstalledComponentsDB`
dbs=`cat databases | cut -d ' ' -f 2 | cut -d '.' -f 1 | grep -v ^RequestDB | grep -v ^FileCatalogDB | grep -v ^ComponentMonitoringDB | grep -v ^InstalledComponentsDB`
for db in $dbs
do
dirac-install-db $db $DEBUG
Expand Down
2 changes: 1 addition & 1 deletion Regression/helloWorld.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# default commands added by ganga
j.setName("helloWorld-test")
j.setInputSandbox(['/afs/cern.ch/user/f/fstagni/userJobs/_inputHello.tgz', '/afs/cern.ch/user/f/fstagni/userJobs/hello-script.py'])
j.setInputSandbox( ['/afs/cern.ch/user/f/fstagni/userJobs/_inputHello.tar.bz2', '/afs/cern.ch/user/f/fstagni/userJobs/hello-script.py'] )

j.setExecutable("exe-script.py","","Ganga_Executable.log")

Expand Down

0 comments on commit a7eb6e6

Please sign in to comment.