summaryrefslogtreecommitdiff
path: root/build_and_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_and_test.sh')
-rw-r--r--build_and_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_and_test.sh b/build_and_test.sh
index 28e05ed..4133639 100644
--- a/build_and_test.sh
+++ b/build_and_test.sh
@@ -223,8 +223,8 @@ else
STATUS=1
fi
-./build/test_interprocess writer &
-./build/test_interprocess reader
+./build/test_interprocess reader &
+./build/test_interprocess writer
if [ $? -eq 0 ]; then
echo "interprocess - OK"
else