From 99a436cec36ddaa083bd11eead646759c38965ca Mon Sep 17 00:00:00 2001 From: Gavin Date: Thu, 11 Apr 2024 10:18:40 -0700 Subject: [PATCH] Fix tests attempt 2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 38eb90e..3dbed85 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: cd $HOMEDIR cp -n test.cfg.example test.cfg sed -i "s#^test.jars.dir.*#test.jars.dir=$JARSDIR#" test.cfg - sed -i "s#^test.temp.dir.*#test.temp.dir=temp_test_dir#" test.cfg + sed -i "s#^test.temp.dir=.*#test.temp.dir=temp_test_dir#" test.cfg sed -i "s#^test.mongo.exe.*#test.mongo.exe=$MONGOD#" test.cfg sed -i "s#^test.mongo.useWiredTiger.*#test.mongo.useWiredTiger=${{matrix.wired_tiger}}#" test.cfg cat test.cfg