From c3387480ca88403e9bd22d909eefcf43bb1e8cd7 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Sun, 20 Aug 2023 19:32:07 -0700 Subject: [PATCH] TEST --- ci/test.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/test.sh b/ci/test.sh index 6adbf77f5..16abf0bbb 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -19,6 +19,7 @@ cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; source ./build.sh "$@" -cd ${BUILD_DIR}/tests --output-on-failure --timeout 60 +cd ${BUILD_DIR}/tests +./STATIC_MULTIMAP_TEST -echo "Test complete" \ No newline at end of file +echo "Test complete"