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 a3e6f35 commit c563acbCopy full SHA for c563acb
tool/kokoro/test.sh
@@ -9,7 +9,7 @@ export JAVA_HOME=`pwd`/../jdk-11.0.2.jdk/Contents/Home
9
export PATH=$PATH:$JAVA_HOME/bin
10
echo "JAVA_HOME=$JAVA_HOME"
11
12
-(cd testData/sample_tests; echo "pub get `pwd`"; pub get --no-precompile)
+(cd flutter-idea/testData/sample_tests; echo "pub get `pwd`"; pub get --no-precompile)
13
14
echo "kokoro test start"
15
./bin/plugin test
0 commit comments