From c42f431ec712e4f4b5284faaddc5d89ca835539f Mon Sep 17 00:00:00 2001 From: glyh Date: Wed, 23 Oct 2024 03:16:03 +0800 Subject: [PATCH] add --accurate to run_exe --- test/run_exe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_exe b/test/run_exe index b4b5554..7601634 100755 --- a/test/run_exe +++ b/test/run_exe @@ -1,3 +1,3 @@ #!/usr/bin/env bash -../rvlinux -n $1 +../rvlinux -n $1 --accurate