summaryrefslogtreecommitdiff
path: root/tests/gtests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtests')
-rwxr-xr-xtests/gtests/gtests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gtests/gtests.sh b/tests/gtests/gtests.sh
index e96070a1f..2b45e1ccd 100755
--- a/tests/gtests/gtests.sh
+++ b/tests/gtests/gtests.sh
@@ -61,7 +61,7 @@ gtest_start()
PROFILEDIR="$DIR" make_cert dummy p256 sign
fi
- cd "$DIR"
+ pushd "$DIR"
GTESTREPORT="$DIR/report.xml"
PARSED_REPORT="$DIR/report.parsed"
echo "executing $i"
@@ -82,6 +82,7 @@ gtest_start()
html_failed_ignore_core "$name"
fi
done
+ popd
done
}