17 Jan
2015
17 Jan
'15
1:24 p.m.
Hello Hackers, is it possible to run a bash-script within a l4re-App? Or do i need l4Linux for this. Let me explain my problem: I have a l4re-App myServer. I'm testing myServer with another l4re-App, called myClient. Now, the legacy code provides a regression test, a bash-script setting evironment variables and starting programs. Some of the tests depend on each other. E.g. init_server(); calc();. What whould be the simplest way to run this script. Of course all test-programs can already IPC with myServer (by using a lib). Thanks again, ba_f