Closed japaric closed 8 years ago
The previous code was calling qemu-arm -L (..) $test1 $test2 $test3 which only executes the first test. The new code calls qemu-arm -L (..) on each test binary.
qemu-arm -L (..) $test1 $test2 $test3
qemu-arm -L (..)
The previous code was calling
qemu-arm -L (..) $test1 $test2 $test3
which only executes the first test. The new code callsqemu-arm -L (..)
on each test binary.