mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update scripts for renaming of sky_shell binaries to flutter (flutter/engine#3526)
This commit is contained in:
parent
4b2047cdfb
commit
d58a818efc
@ -109,8 +109,8 @@ class GdbClient(object):
|
||||
[adb_path, 'forward', 'tcp:%d' % args.gdb_port, 'tcp:%d' % args.gdb_port])
|
||||
|
||||
debug_out_path = os.path.join(flutter_root, 'out/%s' % args.local_engine)
|
||||
if not os.path.exists(os.path.join(debug_out_path, 'libsky_shell.so')):
|
||||
print 'Unable to find libsky_shell.so. Make sure you have completed a %s build' % args.local_engine
|
||||
if not os.path.exists(os.path.join(debug_out_path, 'libflutter.so')):
|
||||
print 'Unable to find libflutter.so. Make sure you have completed a %s build' % args.local_engine
|
||||
return 1
|
||||
|
||||
eval_commands = []
|
||||
|
||||
@ -11,8 +11,8 @@ pub get
|
||||
popd
|
||||
|
||||
# Verify that a failing test returns a failure code.
|
||||
! out/host_debug_unopt/sky_shell --disable-observatory --disable-diagnostic --non-interactive --enable-checked-mode --packages=flutter/testing/dart/.packages flutter/testing/fail_test.dart
|
||||
! out/host_debug_unopt/flutter_tester --disable-observatory --disable-diagnostic --non-interactive --enable-checked-mode --packages=flutter/testing/dart/.packages flutter/testing/fail_test.dart
|
||||
|
||||
for TEST_SCRIPT in flutter/testing/dart/*.dart; do
|
||||
out/host_debug_unopt/sky_shell --disable-observatory --disable-diagnostic --non-interactive --enable-checked-mode $TEST_SCRIPT
|
||||
out/host_debug_unopt/flutter_tester --disable-observatory --disable-diagnostic --non-interactive --enable-checked-mode $TEST_SCRIPT
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user