From ee4590064889f2b4859e0705c9e2438f5b5ef4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Wed, 26 Sep 2018 20:21:17 +0300 Subject: [PATCH] Remove network variable export file after use Otherwise the file is left in the current working directory. --- maxscale-system-test/mdbci/set_env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/maxscale-system-test/mdbci/set_env.sh b/maxscale-system-test/mdbci/set_env.sh index 75950f7fb..46893015d 100644 --- a/maxscale-system-test/mdbci/set_env.sh +++ b/maxscale-system-test/mdbci/set_env.sh @@ -23,6 +23,7 @@ export node_N=`cat "$MDBCI_VM_PATH/$config_name"_network_config | grep node | gr export maxscale_N=`cat "$MDBCI_VM_PATH/$config_name"_network_config | grep maxscale | grep network | wc -l` sed "s/^/export /g" "$MDBCI_VM_PATH/$config_name"_network_config > "$curr_dir"/"$config_name"_network_config_export source "$curr_dir"/"$config_name"_network_config_export +rm "$curr_dir"/"$config_name"_network_config_export # User name and Password for Master/Slave replication setup (should have all PRIVILEGES)