tests: Properly pass the num of channels to start.sh
The number of channels was not properly passed from the run-all.sh script to the start.sh script. Fix it. Signed-off-by: Ilan Peer <ilan.peer@intel.com>
This commit is contained in:
parent
492f007ec5
commit
7a2e562396
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ if [ ! -z "$BUILD" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
if ! ./start.sh $VALGRIND $TRACE $NUM_CH; then
|
||||
if ! ./start.sh $VALGRIND $TRACE channels=$NUM_CH; then
|
||||
if ! [ -z "$LOGBASEDIR" ] ; then
|
||||
echo "Could not start test environment" > $LOGDIR/run
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue