Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
anshalshukla committed Feb 27, 2023
1 parent 85d0fcb commit 0dbcc0a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/cloudlab/start_onenode_vhive_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ echo Running vHive with \"${GITHUB_VHIVE_ARGS}\" arguments
sudo ./vhive -sandbox ${SANDBOX} ${GITHUB_VHIVE_ARGS} 1>$CTRDLOGDIR/orch.out 2>$CTRDLOGDIR/orch.err &
sleep 1s

cat $CTRDLOGDIR/ctrd.out
cat $CTRDLOGDIR/ctrd.err
echo "-----------------"
cat $CTRDLOGDIR/fccd.out
cat $CTRDLOGDIR/fccd.err
echo "-----------------"
cat $CTRDLOGDIR/orch.out
cat $CTRDLOGDIR/orch.err

$SCRIPTS/cluster/create_one_node_cluster.sh

echo All logs are stored in $CTRDLOGDIR

0 comments on commit 0dbcc0a

Please sign in to comment.