ITS: fix <scene-name> error.

bug: 13996518
Change-Id: I51245f7f183a1d9cd336064ddd1643cdefb48fc6
diff --git a/apps/CameraITS/tools/run_all_tests.py b/apps/CameraITS/tools/run_all_tests.py
index 84b1d2c..3b6411c 100644
--- a/apps/CameraITS/tools/run_all_tests.py
+++ b/apps/CameraITS/tools/run_all_tests.py
@@ -394,7 +394,8 @@
     tablet_id = None
   # Prepend 'scene' if not specified at cmd line
   for i, s in enumerate(scenes):
-    if not s.startswith('scene') and not s.startswith('sensor_fusion'):
+    if (not s.startswith('scene') and
+        not s.startswith(('sensor_fusion', '<scene-name>'))):
       scenes[i] = f'scene{s}'
 
   # Determine if manual run