We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4848a54 commit 8445c72Copy full SHA for 8445c72
eng/testing/BionicRunnerTemplate.sh
@@ -1,8 +1,9 @@
1
#!/usr/bin/env bash
2
3
-. TestEnv.txt
4
5
EXECUTION_DIR="$(realpath "$(dirname "$0")")"
+. "$EXECUTION_DIR/TestEnv.txt"
6
+
7
RUNTIME_PATH="$2"
8
TEST_SCRIPT="$(basename "$ASSEMBLY_NAME" .dll).sh"
9
if [[ -z "$HELIX_WORKITEM_UPLOAD_ROOT" ]]; then
0 commit comments