diff options
Diffstat (limited to 'scripts/testroot.sh')
-rw-r--r-- | scripts/testroot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/testroot.sh b/scripts/testroot.sh index ebc61d95..f3818496 100644 --- a/scripts/testroot.sh +++ b/scripts/testroot.sh @@ -67,6 +67,8 @@ python irbe-cli.py child --self_id 1 --action create --bsc_id 1 --cms_ta biz-cer if test "$1" = "run" then + rm -rf publication + python testroot.py & testroot=$! python irdb.py & irdb=$! trap "kill $rpkid $irdb $testroot" 0 |