Posix: Changed PreflightCheck to read Vdev

PreflightCheck was failing because it was trying to read actual
devices instad of virtual devices.

ADCSIM had a LINUXTEST ifdef that was removed.

posix_run.sh was using the wrong path

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-04-21 17:14:52 -07:00
parent f3b5076d70
commit 19162ba5be
7 changed files with 355 additions and 9 deletions

View File

@@ -23,4 +23,4 @@ if [ ! -d /eeprom ] && [ ! -w /eeprom ]
exit 1
fi
Build/linux_default.build/mainapp linux-configs/linuxtest/init/rc.S
Build/posix_default.build/mainapp posix-configs/posixtest/init/rc.S