1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-11-08 13:42:31 +05:30

test.sh: fix: use polonium instead of polonium_debug

This commit is contained in:
Intel A80486DX2-66 2024-07-07 02:00:32 +03:00
parent 42fa63ea90
commit 81499af476
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -6,7 +6,7 @@ mkdir_if_not_exists() {
[ -d "$1" ] || mkdir "$1"
}
exec_name='polonium_debug'
exec_name='polonium'
exec_file="$(pwd)/bin/$exec_name"
exec_log="$(pwd)/exec.log"