mirror of https://github.com/CGAL/cgal
new way to search for TAG_DIR
This commit is contained in:
parent
e9e7cf4913
commit
72c8cc152a
|
|
@ -384,8 +384,8 @@ EOF
|
|||
#####################
|
||||
## GET RESULTS ##
|
||||
#####################
|
||||
TAG_DIR=$(awk '/^Create new tag: /{print $4F}' tmp.txt)
|
||||
rm tmp.txt
|
||||
|
||||
TAG_DIR=$(dirname "$(find Testing -type f -name 'Test.xml' 2>/dev/null | head -1)")
|
||||
cd "Testing/${TAG_DIR}" || exit 1
|
||||
RESULT_FILE=./"results_${CGAL_TESTER}_${PLATFORM}.txt"
|
||||
rm -f "$RESULT_FILE"
|
||||
|
|
|
|||
Loading…
Reference in New Issue