Fix the external-gc-daemon test
Don’t run the auxiliary tests in a new shell, as that would trigger the `EXIT` trap, causing the daemon to die early
This commit is contained in:
@@ -33,7 +33,7 @@ killGcDaemon() {
|
||||
|
||||
startGcDaemon
|
||||
|
||||
bash ./gc.sh
|
||||
bash ./gc-concurrent.sh
|
||||
bash ./gc-runtime.sh
|
||||
bash ./gc-auto.sh
|
||||
source ./gc.sh
|
||||
source ./gc-concurrent.sh
|
||||
source ./gc-runtime.sh
|
||||
source ./gc-auto.sh
|
||||
|
||||
Reference in New Issue
Block a user