Skip to content

Commit

Permalink
Change test script
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Dec 16, 2019
1 parent 08217d1 commit c84ff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ 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
if lldb -v; then
(echo "break set -n main"; echo "run"; sleep 1; echo "si -c 21"; 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 35"; sleep 1; echo "frame variable") | lldb -- ./target/out/mini_core_hello_world abc bcd
fi

exit 1
Expand Down

0 comments on commit c84ff85

Please sign in to comment.