From 5ce41d2ee1bdba7714269d43bcdfeb580e68823f Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 14 Jan 2024 11:48:40 +0100 Subject: [PATCH] chore: Remove left-over debug comment --- test/suites/remote_file.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/test/suites/remote_file.bash b/test/suites/remote_file.bash index 629ef4532..8059e7bd5 100644 --- a/test/suites/remote_file.bash +++ b/test/suites/remote_file.bash @@ -236,7 +236,6 @@ SUITE_remote_file() { $CCACHE -C >/dev/null # Get result from remote storage, copying it to local storage. - # TERM=xterm-256color gdb --args $CCACHE_COMPILE -MMD -c test.c $CCACHE_COMPILE -MMD -c test.c expect_stat direct_cache_hit 2 expect_stat cache_miss 1 -- 2.47.2