File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ if [[ $TEST_MODE == 'test_aws' ]]; then
7070 echo " AWS batch tests"
7171 bash awsbatch.sh
7272 else
73- echo " Missing AWS_ACCESS_KEY_ID variable -- Skipping AWS Batch tests"
73+ echo " ::warning file= $0 ,line= $LINENO :: Missing AWS_ACCESS_KEY_ID variable -- Skipping AWS Batch tests"
7474 fi
7575fi
7676
@@ -82,7 +82,7 @@ if [[ $TEST_MODE == 'test_azure' ]]; then
8282 echo " Azure batch tests"
8383 bash azure.sh
8484 else
85- echo " Missing AZURE_BATCH_ACCOUNT_KEY variable -- Skipping Azure Batch tests"
85+ echo " ::warning file= $0 ,line= $LINENO :: Missing AZURE_BATCH_ACCOUNT_KEY variable -- Skipping Azure Batch tests"
8686 fi
8787fi
8888
@@ -94,7 +94,7 @@ if [[ $TEST_MODE == 'test_google' ]]; then
9494 echo " Google Batch tests"
9595 bash google.sh
9696 else
97- echo " Missing GOOGLE_SECRET variable -- Skipping Google Batch tests"
97+ echo " ::warning file= $0 ,line= $LINENO :: Missing GOOGLE_SECRET variable -- Skipping Google Batch tests"
9898 fi
9999fi
100100
@@ -106,6 +106,6 @@ if [[ $TEST_MODE == 'test_wave' ]]; then
106106 echo " Wave tests"
107107 bash wave.sh
108108 else
109- echo " Missing TOWER_ACCESS_TOKEN variable -- Skipping Wave tests"
109+ echo " ::warning file= $0 ,line= $LINENO :: Missing TOWER_ACCESS_TOKEN variable -- Skipping Wave tests"
110110 fi
111111fi
You can’t perform that action at this time.
0 commit comments