##// END OF EJS Templates
windows: adjust PYTHONPATH update in test-status-color.t...
marmoute -
r53117:02da7e76 stable
parent child Browse files
Show More
@@ -399,9 +399,16 color coding of error message with curre
399 color coding of error message without curses
399 color coding of error message without curses
400
400
401 $ echo 'raise ImportError' > curses.py
401 $ echo 'raise ImportError' > curses.py
402 #if windows
403 $ PYTHONPATH="`pwd`;$PYTHONPATH" hg unknowncommand > /dev/null
404 hg: unknown command 'unknowncommand'
405 (use 'hg help' for a list of commands)
406 [10]
407 #else
402 $ PYTHONPATH=`pwd`:$PYTHONPATH hg unknowncommand > /dev/null
408 $ PYTHONPATH=`pwd`:$PYTHONPATH hg unknowncommand > /dev/null
403 hg: unknown command 'unknowncommand'
409 hg: unknown command 'unknowncommand'
404 (use 'hg help' for a list of commands)
410 (use 'hg help' for a list of commands)
405 [10]
411 [10]
412 #endif
406
413
407 $ cd ..
414 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now