From b30c81c6da977cf4735ff8a3e9bad4c2236713b8 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Thu, 30 Jun 2022 16:29:38 -0400 Subject: [PATCH] Get GitHub action script directory reference2- --- github_action_xcat_test.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github_action_xcat_test.pl b/github_action_xcat_test.pl index 7f126e10d..a2f2dbb4b 100644 --- a/github_action_xcat_test.pl +++ b/github_action_xcat_test.pl @@ -505,6 +505,8 @@ sub run_fast_regression_test{ chomp($hostname); print "hostname = $hostname\n"; my $conf_file = "$ENV{'PWD'}/regression.conf"; + print "MG about to chmod 0777 file $conf_file"; + chmod 0777, $conf_file; print "MG about to open file $conf_file"; open(my $fh, '>', $conf_file) or die "Could not open test configuration file $!"; print "MG file opened";