split build and run scripts due to option conflicts

Remove -v from travis as it blew log length
This commit is contained in:
Ciro Santilli
2017-11-02 17:38:33 +00:00
parent d7569bec0c
commit 6c51ecaf7b
13 changed files with 220 additions and 225 deletions

View File

@@ -91,7 +91,7 @@ Custom init process:
- Shell 1:
./runqemu -d -e 'init=/sleep_forever.out' -n
./run -d -e 'init=/sleep_forever.out' -n
- Shell 2:
@@ -101,7 +101,7 @@ BusyBox custom init process:
- Shell 1:
./runqemu -d -e 'init=/bin/ls' -n
./run -d -e 'init=/bin/ls' -n
- Shell 2:
@@ -113,7 +113,7 @@ BusyBox default init process:
- Shell 1:
./runqemu -d -n
./run -d -n
- Shell 2:
@@ -127,7 +127,7 @@ Non-init process:
- Shell 1
./runqemu -d -n
./run -d -n
- Shell 2