Adding unit test for ephemeral feature flag

This was something that was missing in #707.
Adding a new test to make sure the ephemeral feature flag from upstream
is set up correctly by the script.
This commit is contained in:
Sebastien Le Digabel
2021-09-13 10:58:15 +01:00
committed by Yusuke Kuoka
parent b679a54196
commit bf35c51440
7 changed files with 151 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ error(){
exit 1
}
echo "$*" > runner_config
success "I'm pretending the configuration is not successful"
# increasing a counter to measure how many times we restarted
count=`cat counter 2>/dev/null|| echo "0"`