Skip to content

Commit 49816d0

Browse files
committed
fix tests pt1
1 parent 23372bd commit 49816d0

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

srv-ctl.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ readonly FAILURE=1
4242
# -----------------------------------------------------------------------------
4343

4444
# Get the directory where this script resides
45-
readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
45+
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
46+
readonly SCRIPT_DIR
4647

4748
# Source library functions
4849
# shellcheck disable=SC1091 # Library files exist

tests/docker/run-docker-tests.sh

100644100755
File mode changed.

tests/vm/cleanup.sh

100644100755
File mode changed.

tests/vm/download-image.sh

100644100755
File mode changed.

tests/vm/run-vm-tests.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)