Skip to content

Commit e4fce58

Browse files
committed
set tested version of "microsoft/typescript" to be tsgo-port
1 parent 6c87b46 commit e4fce58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cases/scenarios/self-build-src-public-api/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd "${0%/*}"
66
source ../../common.sh
77

88
if [ -n "$TSGOFLAG" ]; then
9-
clone_scenario https://github.com/microsoft/TypeScript.git
9+
clone_scenario https://github.com/microsoft/TypeScript.git tsgo-port
1010
else
1111
clone_scenario https://github.com/microsoft/TypeScript.git $TYPESCRIPT_COMMIT
1212
fi

cases/scenarios/self-build-src/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd "${0%/*}"
66
source ../../common.sh
77

88
if [ -n "$TSGOFLAG" ]; then
9-
clone_scenario https://github.com/microsoft/TypeScript.git
9+
clone_scenario https://github.com/microsoft/TypeScript.git tsgo-port
1010
else
1111
clone_scenario https://github.com/microsoft/TypeScript.git $TYPESCRIPT_COMMIT
1212
fi

cases/scenarios/self-compiler/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd "${0%/*}"
66
source ../../common.sh
77

88
if [ -n "$TSGOFLAG" ]; then
9-
clone_scenario https://github.com/microsoft/TypeScript.git
9+
clone_scenario https://github.com/microsoft/TypeScript.git tsgo-port
1010
else
1111
clone_scenario https://github.com/microsoft/TypeScript.git $TYPESCRIPT_COMMIT
1212
fi

0 commit comments

Comments
 (0)