Sign in
nginx
/
njs
/
60c2119ddd4de4e9dc296bc7b9da0d687f51cfa9
/
.
/
test
/
finalize
blob: 59d8d094642bdd95fa304298ca4619d026bfbda7 [
file
] [
log
] [
blame
]
#!/bin/sh
# Copyright (C) Dmitry Volyntsev
# Copyright (C) NGINX, Inc.
if
[
-
z
"$NJS_TEST_VERBOSE"
];
then
verbose
"Removing dir: $NJS_TEST_DIR\n"
verbose
"\n"
rm
-
fr $NJS_TEST_DIR
fi