From 8577b4441fd99d1db694e6e9f07801c35ac17748 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 20 Feb 2019 06:26:05 +0000 Subject: FIX: Static variables all over the place for per patch - Incredible why is it so hard to write scripts not hardcoding anything. Change-Id: I48cf2cc3d25f9665a9ff7ca26756d3b70cdd2f9c Signed-off-by: Peter Mikus --- resources/libraries/bash/entry/per_patch_device.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/bash/entry/per_patch_device.sh') diff --git a/resources/libraries/bash/entry/per_patch_device.sh b/resources/libraries/bash/entry/per_patch_device.sh index 3f52bcbc0b..11203316fb 100644 --- a/resources/libraries/bash/entry/per_patch_device.sh +++ b/resources/libraries/bash/entry/per_patch_device.sh @@ -53,5 +53,5 @@ select_vpp_device_tags || die compose_pybot_arguments || die run_pybot || die copy_archives || die -archive_parse_test_results "csit_current" || die +archive_test_results "csit_current" || die die_on_pybot_error || die -- cgit 1.2.3-korg