From 751bba5c75c2fa9be828e029576375de2cdfe4dc Mon Sep 17 00:00:00 2001 From: gforney Date: Thu, 14 May 2026 15:29:39 -0400 Subject: [PATCH] smv vv: remove WUI from timing script --- Utilities/Scripts/fds_timing_stats.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Utilities/Scripts/fds_timing_stats.sh b/Utilities/Scripts/fds_timing_stats.sh index c1b6766fd0..cf6489f782 100755 --- a/Utilities/Scripts/fds_timing_stats.sh +++ b/Utilities/Scripts/fds_timing_stats.sh @@ -24,7 +24,6 @@ fi cd $GITROOT/Verification if [[ "$MODE" == "smokebot" ]]; then scripts/SMV_Cases.sh >> $tmpout - scripts/WUI_Cases.sh >> $tmpout else ./FDS_Cases.sh >> $tmpout fi