diff --git a/tests.sh b/tests.sh index 3fb6d2d..e491a3c 100755 --- a/tests.sh +++ b/tests.sh @@ -47,7 +47,7 @@ fi # sqlite should be installed correctly at runtime # the glob is the name of the api/os/arch triplet, say napi-v3-linux-arm -if ls /usr/lib/thelounge/node_modules/sqlite3/lib/binding/**/node_sqlite3.node >/dev/null 2>&1 ; then +if ls /usr/lib/thelounge/node_modules/sqlite3/build/Release/node_sqlite3.node >/dev/null 2>&1 ; then echo -e " \\x1B[32m✓\\x1B[0m \\x1B[90msqlite was installed correctly at runtime\\x1B[0m" else echo -e " \\x1B[31m✗ sqlite was not installed at runtime\\x1B[0m"