summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2018-07-24 11:19:49 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2018-07-24 11:19:49 -0700
commitbaa076837d25bf7b2290211b248a0bbe5f48d55c (patch)
treed4b9afab7daef5ea7a4c2a1f5fda46ba081fa225
parentbafbf5345f9b12e7fde8fd2b44415ea0312555e3 (diff)
downloadironic-python-agent-baa076837d25bf7b2290211b248a0bbe5f48d55c.tar.gz
fix uname mock arguments for get-pip.py
Change-Id: I36b3c8c7b0dfca41db54490306f47ddbf8eec836
-rwxr-xr-ximagebuild/tinyipa/build_files/fakeuname5
1 files changed, 5 insertions, 0 deletions
diff --git a/imagebuild/tinyipa/build_files/fakeuname b/imagebuild/tinyipa/build_files/fakeuname
index 28cf1f2c..be2d37fe 100755
--- a/imagebuild/tinyipa/build_files/fakeuname
+++ b/imagebuild/tinyipa/build_files/fakeuname
@@ -61,6 +61,11 @@ while :; do
OPT_O=true
shift
;;
+ -rs)
+ OPT_R=true
+ OPT_S=true
+ shift
+ ;;
*)
if [ ! -z "$1" ]; then
echo "uname -asnrpvmio"