Skip to content

Commit

Permalink
mgr/dashboard: run-frontend-unittests: fix CEPH_ROOT initialization
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Dias <rdias@suse.com>
  • Loading branch information
rjfd committed Oct 29, 2018
1 parent 73e1d6c commit 3a33d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pybind/mgr/dashboard/run-frontend-unittests.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

failed=false
: ${CEPH_ROOT:=$PWD/../../../../}
cd $CEPH_ROOT/src/pybind/mgr/dashboard/frontend
if [ `uname` != "FreeBSD" ]; then
. $CEPH_ROOT/build/src/pybind/mgr/dashboard/node-env/bin/activate
Expand Down

0 comments on commit 3a33d44

Please sign in to comment.