aboutsummaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorStepan Andrushko <stepanx.andrushko@intel.com>2018-12-17 13:38:35 +0200
committerStepan Andrushko <stepanx.andrushko@intel.com>2018-12-17 13:38:35 +0200
commitc115220a0d8d6886d6aa4146c79ff9fd029e1528 (patch)
treef5bcf2011b4c29cdff3eaab194bc7b6d339aaef5 /gui
parentde9fb89a94345d4c71a7193d4dc10e329a5dea8d (diff)
NSB installation fails at Yardstick GUI Ubuntu 18
Changed a configuration parameter in 'gui/package.json' file to be able to install Yardstick GUI on Ubuntu 18. JIRA: YARDSTICK-1569 Change-Id: I9fbc37fa689c443d56e2f81c6221b5e8ce2271c0 Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
Diffstat (limited to 'gui')
-rw-r--r--gui/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/package.json b/gui/package.json
index b85c75469..3d1a086fd 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -39,5 +39,8 @@
},
"scripts": {
"test": "karma start test\\karma.conf.js"
+ },
+ "config": {
+ "unsafe-perm": true
}
}