We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ceb5fb commit 5c608f0Copy full SHA for 5c608f0
Scripts/developer_scripts/run_testsuite_from_branch_name.sh
@@ -33,7 +33,7 @@ git fetch $USER_REPO
33
git checkout $BRANCH_NAME
34
git reset --hard $USER_REPO/$BRANCH_NAME
35
#setup the list_test_packages
36
-TMP_LIST=$(git diff --name-only cgal/$BASE_NAME...HEAD |egrep -v /doc |egrep "*\.h"\|"*\.cpp" |cut -s -d/ -f1 |sort -u | xargs -I {} ls -d {}/package_info 2>/dev/null |cut -d/ -f1 |egrep -v Installation||true)
+TMP_LIST=$(git diff --name-only cgal/$BASE_NAME...HEAD |egrep -v /doc |egrep "\.h"\|"\.cpp" |cut -s -d/ -f1 |sort -u | xargs -I {} ls -d {}/package_info 2>/dev/null |cut -d/ -f1 |egrep -v Installation||true)
37
38
LIST_OF_PKGS=""
39
for PKG in $(ls) ; do
0 commit comments