Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Officeyutong committed Nov 7, 2023
1 parent 771301b commit 41115d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/script/run_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def main():
expected_str,
bpftime_cli,
syscall_trace,
*bashreadline_patch,
) = sys.argv[1:]
bashreadline_patch = "readline" in executable
# Run the syscall-server
server = subprocess.Popen(
" ".join([bpftime_cli, "load", executable]),
Expand Down

0 comments on commit 41115d4

Please sign in to comment.