execute rpath search

This commit is contained in:
luoliwoshang
2025-09-09 12:51:34 +08:00
parent 9f48753203
commit f66bbb7fc3
2 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ runs:
Hello, LLGo!
Hello, LLGo!
Hello LLGo by cpp/std.Str"
OUTPUT=$(llgo run . 2>&1 | tee /dev/stderr)
OUTPUT=$(llgo run -v . 2>&1 | tee /dev/stderr)
if echo "$OUTPUT" | grep -qF "$EXPECTED"; then
echo "Basic test passed"
else