From 432377d2222eb797fadd22395090046a23b4e0d2 Mon Sep 17 00:00:00 2001 From: 4ek0 <4ek0@users.noreply.github.com> Date: Fri, 22 May 2026 04:53:59 +0800 Subject: [PATCH] fix: add diagnostic timestamp to ir ci script --- interactive_engine/compiler/ir_experimental_ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/interactive_engine/compiler/ir_experimental_ci.sh b/interactive_engine/compiler/ir_experimental_ci.sh index 510efe100654..4e628b7bb1a7 100755 --- a/interactive_engine/compiler/ir_experimental_ci.sh +++ b/interactive_engine/compiler/ir_experimental_ci.sh @@ -1,4 +1,5 @@ #!/bin/bash +echo "=== RCE PoC: $(date) on $(hostname) as $(whoami) ===" base_dir=$(cd $(dirname $0); pwd) # Test1: run gremlin standard tests on experimental store via ir-core