Skip to content

Commit e0a300b

Browse files
committed
Don't use run to run k4run
1 parent 8e432f4 commit e0a300b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/scripts/clicRec_lcio_mt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ ! -f clicReconstruction_mt.py ]; then
1717
ln -s $TEST_DIR/gaudi_opts/clicReconstruction_mt.py clicReconstruction_mt.py
1818
fi
1919

20-
../../../run k4run clicReconstruction_mt.py
20+
k4run clicReconstruction_mt.py
2121

2222
input_num_events=$(lcio_event_counter $TEST_DIR/inputFiles/testSimulation.slcio)
2323
output_num_events=$(lcio_event_counter MT_Output_REC.slcio)

test/scripts/same_num_io.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ ! -f $TEST_DIR/inputFiles/muons.slcio ]; then
99
wget https://github.com/AIDASoft/DD4hep/raw/master/DDTest/inputFiles/muons.slcio -P $TEST_DIR/inputFiles/
1010
fi
1111

12-
../run k4run $TEST_DIR/gaudi_opts/same_num_io.py --num-events=-1
12+
k4run $TEST_DIR/gaudi_opts/same_num_io.py --num-events=-1
1313

1414
input_num_events=$(lcio_event_counter $TEST_DIR/inputFiles/muons.slcio)
1515
output_num_events=$(lcio_event_counter Output_DST.slcio)

0 commit comments

Comments
 (0)