Skip to content

Commit a1d6062

Browse files
davidrohrsawenzel
authored andcommitted
Don't fail when running the first stage multiple times due to ctf_dictionary already present
1 parent 5f57c48 commit a1d6062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prodtests/full_system_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# Note that this might require a production server to run.
99
#
10-
# This script needs some binary objects (for the moment):
10+
# This script can use additional binary objects which can be optionally provided:
1111
# - matbud.root + ITSdictionary.bin
1212
#
1313
# authors: D. Rohr / S. Wenzel
@@ -83,6 +83,7 @@ for STAGE in "NOGPU" "WITHGPU"; do
8383
export GPUTYPE=CPU
8484
export SYNCMODE=0
8585
export HOSTMEMSIZE=$TPCTRACKERSCRATCHMEMORY
86+
rm -f ctf_dictionary.root
8687
fi
8788
export SHMSIZE
8889
export NTIMEFRAMES

0 commit comments

Comments
 (0)