summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh
index c258136da..1ef90b24e 100755
--- a/docker/run_tests.sh
+++ b/docker/run_tests.sh
@@ -191,7 +191,7 @@ bgpvpn = True" >> /etc/tempest/tempest.conf
;;
esac
- if [[ -n $clean_flag ]]; then
+ if [ $clean == "true" ]; then
clean_openstack
fi
}