Skip to content
Snippets Groups Projects
Commit 2c3da1df authored by Markus Frank's avatar Markus Frank
Browse files

Screwed up test scripts. Reverted back.

parent 4845de32
No related branches found
No related tags found
No related merge requests found
...@@ -5,16 +5,10 @@ ...@@ -5,16 +5,10 @@
# calls the command (given as first argument) # calls the command (given as first argument)
# with all following arguments # with all following arguments
# #
if [ ! ${DD4hep_DIR} ]; then
export DD4hep_DIR=@DD4hep_DIR@;
fi;
#
source ${DD4hep_DIR}/bin/thisdd4hep.sh;
dd4hep_parse_this ${BASH_ARGV[0]} @PackageName@;
#
#----- initialize environment for this package - including DD4hep #----- initialize environment for this package - including DD4hep
source ${THIS}/bin/this@PackageName@.sh source @CMAKE_INSTALL_PREFIX@/bin/this@PackageName@.sh
#
#----- parse command line - first argument is the #----- parse command line - first argument is the
# test to run # test to run
command=$1 command=$1
......
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