Change 3 targets test status

This commit is contained in:
Aoran Zeng 2024-09-04 19:50:52 +08:00
parent ca9f827d0f
commit 3c07b29359
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ pl_dart_setsrc (char *option)
chsrc_append_to_file (towrite2, bashrc);
}
}
chsrc_conclude (&source, ChsrcTypeUntested);
chsrc_conclude (&source, ChsrcTypeAuto);
}

View File

@ -67,7 +67,7 @@ os_rockylinux_setsrc (char *option)
chsrc_run (cmd, RunOpt_Default);
chsrc_run ("dnf makecache", RunOpt_No_Last_New_Line);
chsrc_conclude (&source, ChsrcTypeUntested);
chsrc_conclude (&source, ChsrcTypeAuto);
}

View File

@ -89,7 +89,7 @@ os_arch_setsrc (char *option)
{
chsrc_run ("pacman -Syy", RunOpt_No_Last_New_Line);
}
chsrc_conclude (&source, ChsrcTypeUntested);
chsrc_conclude (&source, ChsrcTypeAuto);
}