Created
April 24, 2024 18:14
-
-
Save emcbot/3021aa797ae57ed98dbe50a23089c197 to your computer and use it in GitHub Desktop.
error log file from CI run PR_BUILD_278
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
++ dirname ./build_upp.sh | |
+ script_dir=. | |
+ cd . | |
+ OPTIND=1 | |
+ _opts= | |
+ getopts :dj:v option | |
+ case "${option}" in | |
+ BUILD_JOBS=2 | |
+ getopts :dj:v option | |
+ shift 2 | |
+ [[ ! -d ../exec ]] | |
+ cd upp.fd/tests | |
./build_upp.sh: line 29: cd: upp.fd/tests: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment