We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[atumball@localhost gluster-tester]$ git grep var/log/gluster-tester glustertester/main.py: default="/var/log/gluster-tester") glustertester/playbooks/runner.yaml: logdir: "{{ lookup('env', 'LOGDIR') | default('/var/log/gluster-tester') }}" glustertester/scripts/run-tests.py: cmd += " &>/var/log/gluster-tester/regression-%d.log" % (num+1) glustertester/scripts/run-tests.py: "/var/log/gluster-tester/glusterfs-logs.tgz", "w:gz") as tar: [atumball@localhost gluster-tester]$ git grep var/logs/gluster-tester README.md:rm -rf /var/logs/gluster-tester README.md:mkdir -p /var/logs/gluster-tester /d README.md: --logdir=/var/logs/gluster-tester \
problem is, logdir is directly used, instead of using a variable, which makes the run error out.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
problem is, logdir is directly used, instead of using a variable, which makes the run error out.
The text was updated successfully, but these errors were encountered: