From a5790e0a39884f6d62ed471642544a03f5599e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Tue, 22 Jan 2019 00:00:00 +0000 Subject: [PATCH] build test-gdb improve a bit --- README.adoc | 2 +- build-test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 470aa8c..c12a529 100644 --- a/README.adoc +++ b/README.adoc @@ -11919,7 +11919,7 @@ Source: link:rootfs_overlay/test_all.sh[]. We have some link:https://github.com/pexpect/pexpect[pexpect] automated tests for the baremetal programs! .... -./build test-gdb && \ +./build --all-archs test-gdb && \ ./test-gdb --all-archs --all-emulators .... diff --git a/build-test b/build-test index cb1bbc9..ee91f7d 100755 --- a/build-test +++ b/build-test @@ -10,4 +10,4 @@ while [ $# -gt 0 ]; do esac done ./build-bench-boot --size "$test_size" -./build test-gdb --all-archs +./build --all-archs test-gdb