mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Tests: Fix RunCMake.CommandLine test on Solaris 10
Fix the shell script from commit 03e56cd338 (Tests: Add cases covering
`nm` handling for WINDOWS_EXPORT_ALL_SYMBOLS, 2026-07-27) to work on a
Solaris 10 host.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
|
||||
@@ -87,9 +87,9 @@ process_object()
|
||||
start_symbol "${object}" first T
|
||||
;;
|
||||
*no-symbols.obj)
|
||||
sleep 0.1
|
||||
sleep 1
|
||||
printf '%s: no symbols\n' "${object}" >&2
|
||||
sleep 0.1
|
||||
sleep 1
|
||||
finish_symbol
|
||||
;;
|
||||
*second.obj)
|
||||
|
||||
Reference in New Issue
Block a user