We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b5cb8 commit fe57822Copy full SHA for fe57822
dev/jenkins/anaconda.sh
@@ -291,12 +291,14 @@ try-swift-t()
291
{
292
log "TRY SWIFT/T..."
293
PATH=$WORKSPACE/sfw/Miniconda-install/bin:$PATH
294
- # For set -x:
295
- PS4="%1N: "
296
- set -x
297
- which swift-t
298
- swift-t -v
299
- swift-t -E 'trace(42);'
+ () {
+ # For set -x:
+ PS4="%1N: "
+ set -x
+ which swift-t
+ swift-t -v
300
+ swift-t -E 'trace(42);'
301
+ }
302
print
303
log "SWIFT/T OK."
304
0 commit comments