Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 971cfb3

Browse files
committed
Fix test scripts
1 parent 4a421f1 commit 971cfb3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/test-course-actual.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
1515
# Build codeql-learninglab-check
1616
docker pull $PARENT_TAG
1717

18-
# Run ./test-course-only.sh
19-
$DIR/test-course-only.sh
18+
# Run ./test-course-shared.sh
19+
$DIR/test-course-shared.sh

scripts/test-course-latest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
1515
# Build codeql-learninglab-check
1616
docker build -t $PARENT_TAG $DIR/../codeql-learninglab-check
1717

18-
# Run ./test-course-only.sh
19-
$DIR/test-course-only.sh
18+
# Run ./test-course-shared.sh
19+
$DIR/test-course-shared.sh

0 commit comments

Comments
 (0)