From f10514f01850fe96f70f7f0047092e14220452a2 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Tue, 17 Dec 2019 16:37:57 +0100 Subject: [PATCH] Really fix CI --- test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test.sh b/test.sh index 79655b60b4f..0d770b74b4b 100755 --- a/test.sh +++ b/test.sh @@ -36,9 +36,7 @@ $RUSTC example/example.rs --crate-type lib echo "[AOT] mini_core_hello_world" $RUSTC example/mini_core_hello_world.rs --crate-name mini_core_hello_world --crate-type bin -g ./target/out/mini_core_hello_world abc bcd -lldb -v && \ - (echo "break set -n main"; echo "run"; sleep 1; echo "si -c 10"; sleep 1; echo "frame variable") \ - | lldb -- ./target/out/mini_core_hello_world abc bcd +# (echo "break set -n main"; echo "run"; sleep 1; echo "si -c 10"; sleep 1; echo "frame variable") | lldb -- ./target/out/mini_core_hello_world abc bcd exit 1