From eaef977b1bc7ab6651534282e196e9c9d80d7b73 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sun, 6 Mar 2022 21:18:09 +0100 Subject: [PATCH] Remove (last?) reference to umpire test suite. [ci-skip] --- tools/internal/spell_comments.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/internal/spell_comments.pl b/tools/internal/spell_comments.pl index 93355aa4ef..f2704f4fbc 100755 --- a/tools/internal/spell_comments.pl +++ b/tools/internal/spell_comments.pl @@ -30,7 +30,7 @@ $DICTFILE="./spell_dict.txt" unless (-e $DICTFILE); die "Call this script from its location or from the SimGrid root directory\n" unless (-e $DICTFILE); die "Usage: ". ($DICTFILE eq "./spell_dict.txt"? "./":"tools/internal/")."spell_comments.pl " - ."`find ". ($DICTFILE eq "./spell_dict.txt"? "../../":".")." -name '*.[ch]' -o -name '*.hpp' -o -name '*.cpp' |grep -v umpire|grep -v smpi/mpich3-test|grep -v NAS | grep -v src/smpi/colls`\n" + ."`find ". ($DICTFILE eq "./spell_dict.txt"? "../../":".")." -name '*.[ch]' -o -name '*.hpp' -o -name '*.cpp' |grep -v smpi/mpich3-test|grep -v NAS | grep -v src/smpi/colls`\n" unless scalar(@ARGV)>0; my $total = 0; -- 2.20.1