aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-10-19 13:02:28 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-10-19 13:02:28 +0200
commit5c762a9c964704508d472b95d4286fb66a768845 (patch)
treef0e4d3651eecbece984089610fc483b8820dc32c /common
parentddc64f85cd18ea942d602e761305c0f7f7e1c4c1 (diff)
Extend skiplists and fix typo in export
We the can test 1_pyagl-tests.can_write_wo_auth can easily fail on the 2nd invocation. Work this around until fixed. Bug-AGL: SPEC-3648 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I25af2c86604672f2e439fef19b400c83fff358d9
Diffstat (limited to 'common')
-rwxr-xr-xcommon/scripts/application-lifecycle.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/scripts/application-lifecycle.sh b/common/scripts/application-lifecycle.sh
index b8cde83..b58af4b 100755
--- a/common/scripts/application-lifecycle.sh
+++ b/common/scripts/application-lifecycle.sh
@@ -5,10 +5,10 @@ set -x
export TERM=dumb
export COLUMNS=1000
-AGLDRIVER=agl-driver
+export AGLDRIVER=agl-driver
# for pyagl - unless redefined in a test
-AGL_AVAILABLE_INTERFACES="ethernet"
+export AGL_AVAILABLE_INTERFACES="ethernet"
while [ $# -ge 1 ]
do